Shades of Evening Sea #205A44
Tints of Evening Sea #205A44
RGB
CMYK
RGB Variations
Color information
#205A44 (or 0x205A44) is known color: Evening Sea. HEX triplet: 20, 5A and 44. RGB value is (32,90,68). Sum of RGB (Red+Green+Blue) = 32+90+68=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #205A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A44 is #DFA5BB. Grayscale: #464646. Windows color (decimal): -14656956 or 4479520. OLE color: 4479520.
HSL color Cylindrical-coordinate representation of color #205A44: hue angle of 157.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A44 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 68 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.65 |
| HSL | 157.24º | 0.48% | 0.24% | - |
| HSV(B) | 157.24º | 0.64% | 0.35% | - |
| XYZ | 5.3 | 8.04 | 6.74 | - |
| YUV | 70.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 68 | 0.64 | 0 | 0.24 | 0.65 | 157.24 | 0.48 | 0.24 |
| Hex | 20 | 5A | 44 | 40 | 0 | 18 | 41 | 9D | 30 | 18 |
| Octal | 40 | 132 | 104 | 100 | 0 | 30 | 101 | 235 | 60 | 30 |
| Binary | 100000 | 1011010 | 1000100 | 1000000 | 0 | 11000 | 1000001 | 10011101 | 110000 | 11000 |
Color Harmonies of #205A44
Complementary color
Monochromatic Colors of #205A44
Black with #205A44
Text Example
Text Example
White with #205A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A44; }
p { color: rgb(32,90,68); }
H1.HeaderClassName
{
color: #205A44;
}
.AnyTagClassName
{
color: #205A44;
}
</style>
background-color css
<style>
a { background-color: #205A44; }
a { background-color: rgb(32,90,68); }
div.DivClassName
{
background-color: #205A44;
}
.BgClassName
{
background-color: #205A44;
}
</style>
border-color css
<style>
span { border-color: #205A44; }
span { border-color: rgb(32,90,68); }
td.TdClassName
{
border-color: #205A44;
}
.TagClassName
{
border-color: #205A44;
}
</style>