Shades of Evening Sea #205A4D
Tints of Evening Sea #205A4D
RGB
CMYK
RGB Variations
Color information
#205A4D (or 0x205A4D) is known color: Evening Sea. HEX triplet: 20, 5A and 4D. RGB value is (32,90,77). Sum of RGB (Red+Green+Blue) = 32+90+77=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #205A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A4D is #DFA5B2. Grayscale: #474747. Windows color (decimal): -14656947 or 5069344. OLE color: 5069344.
HSL color Cylindrical-coordinate representation of color #205A4D: hue angle of 166.55º 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 #205A4D is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 77 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.65 |
| HSL | 166.55º | 0.48% | 0.24% | - |
| HSV(B) | 166.55º | 0.64% | 0.35% | - |
| XYZ | 5.59 | 8.16 | 8.3 | - |
| YUV | 71.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 77 | 0.64 | 0 | 0.14 | 0.65 | 166.55 | 0.48 | 0.24 |
| Hex | 20 | 5A | 4D | 40 | 0 | E | 41 | A7 | 30 | 18 |
| Octal | 40 | 132 | 115 | 100 | 0 | 16 | 101 | 247 | 60 | 30 |
| Binary | 100000 | 1011010 | 1001101 | 1000000 | 0 | 1110 | 1000001 | 10100111 | 110000 | 11000 |
Color Harmonies of #205A4D
Complementary color
Monochromatic Colors of #205A4D
Black with #205A4D
Text Example
Text Example
White with #205A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A4D; }
p { color: rgb(32,90,77); }
H1.HeaderClassName
{
color: #205A4D;
}
.AnyTagClassName
{
color: #205A4D;
}
</style>
background-color css
<style>
a { background-color: #205A4D; }
a { background-color: rgb(32,90,77); }
div.DivClassName
{
background-color: #205A4D;
}
.BgClassName
{
background-color: #205A4D;
}
</style>
border-color css
<style>
span { border-color: #205A4D; }
span { border-color: rgb(32,90,77); }
td.TdClassName
{
border-color: #205A4D;
}
.TagClassName
{
border-color: #205A4D;
}
</style>