Color: #225577
#225577 Color Information
#225577 is a dark color. The closest websafe version is #225577. A complement of this color would be #774422, perceived brightness is 0.29, and the grayscale version is #4D4D4D.
In the HSL color space, this color has a hue angle of 204°,a saturation of 56%, and a lightness of 30%.The HSV representation shows a hue of 204°, a saturation of 100%, and a value of 100%.
In a RGB color space, #225577 is composed of 13% red, 33% green and 47% blue. Whereas in a CMYK color space, it is composed of 71% cyan, 29% magenta, 0% yellow and 53% black.
In the Yxy color space, this color is represented as Y: 7.99, x: 0.2366, and y: 0.2764.
Color Code #225577
Shades of Color #225577
Shades are created by darkening the original color #225577 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #225577
Tints are created by lightening the original color #225577 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #225577 Color Code
In the HSL color space, this color has a hue angle of 204°, a saturation of 56%, and a lightness of 30%. The HSV representation shows a hue of 204°, a saturation of 71%, and a value of 47%.
- HEX: #225577
- RGB: rgb(34, 85, 119)
- HSL: hsl(204, 56%, 30%)
- HSV: hsv(204, 71%, 47%)
- CMYK: 71.00% cyan, 29.00% magenta, 0.00% yellow, 53.00% black
- XYZ: 6.84, 7.99, 14.08
- Yxy: 7.99, 0.2366, 0.2764
- Hunter Lab: 33.95, -8.39, -24.80
- CIE-Lab: 33.95, -8.39, -24.80
In the XYZ color space, this color is represented as X: 6.84, Y: 7.99, Z: 14.08. The Yxy representation further refines this as Y: 7.99, x: 0.2366, and y: 0.2764.
In the Hunter Lab color space, this color is represented as L: 33.95, a: -8.39, and b: -24.80. Similarly, in the CIE-Lab color space, it is represented as L: 33.95, a: -8.39, and b: -24.80.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #225577
Triadic colors are three colors evenly spaced around the color wheel, including #225577. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #225577
Monochromatic colors are variations of #225577, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #225577
The complementary color of #225577 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #225577
/* Using HEX */ body { background-color: #225577; }
/* Using RGB */ body { background-color: rgb(34, 85, 119); }
/* Using RGB with opacity */ body { background-color: rgba(34, 85, 119, 0.5); }
/* Using HSL */ body { background-color: hsl(204, 56%, 30%); }
/* Text color */ p { color: #225577; }
/* Box shadow */ div { box-shadow: 4px 4px #225577; }
HTML Examples of #225577
<!-- Using HEX --> <div style="background-color: #225577; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(34, 85, 119); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(34, 85, 119, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(204, 56%, 30%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #225577;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #225577; width: 100px; height: 100px;"></div>
Related Colors of #225577
These colors are similar to #225577, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.