Shades of Evening Sea #205F4D
Tints of Evening Sea #205F4D
RGB
CMYK
RGB Variations
Color information
#205F4D (or 0x205F4D) is known color: Evening Sea. HEX triplet: 20, 5F and 4D. RGB value is (32,95,77). Sum of RGB (Red+Green+Blue) = 32+95+77=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #205F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205F4D is #DFA0B2. Grayscale: #4A4A4A. Windows color (decimal): -14655667 or 5070624. OLE color: 5070624.
HSL color Cylindrical-coordinate representation of color #205F4D: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205F4D is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 95 | 77 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.63 |
| HSL | 162.86º | 0.5% | 0.25% | - |
| HSV(B) | 162.86º | 0.66% | 0.37% | - |
| XYZ | 6.03 | 9.03 | 8.45 | - |
| YUV | 74.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 77 | 0.66 | 0 | 0.19 | 0.63 | 162.86 | 0.5 | 0.25 |
| Hex | 20 | 5F | 4D | 42 | 0 | 13 | 3F | A3 | 32 | 19 |
| Octal | 40 | 137 | 115 | 102 | 0 | 23 | 77 | 243 | 62 | 31 |
| Binary | 100000 | 1011111 | 1001101 | 1000010 | 0 | 10011 | 111111 | 10100011 | 110010 | 11001 |
Color Harmonies of #205F4D
Complementary color
Monochromatic Colors of #205F4D
Black with #205F4D
Text Example
Text Example
White with #205F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F4D; }
p { color: rgb(32,95,77); }
H1.HeaderClassName
{
color: #205F4D;
}
.AnyTagClassName
{
color: #205F4D;
}
</style>
background-color css
<style>
a { background-color: #205F4D; }
a { background-color: rgb(32,95,77); }
div.DivClassName
{
background-color: #205F4D;
}
.BgClassName
{
background-color: #205F4D;
}
</style>
border-color css
<style>
span { border-color: #205F4D; }
span { border-color: rgb(32,95,77); }
td.TdClassName
{
border-color: #205F4D;
}
.TagClassName
{
border-color: #205F4D;
}
</style>