Shades of Evening Sea #205C4D
Tints of Evening Sea #205C4D
RGB
CMYK
RGB Variations
Color information
#205C4D (or 0x205C4D) is known color: Evening Sea. HEX triplet: 20, 5C and 4D. RGB value is (32,92,77). Sum of RGB (Red+Green+Blue) = 32+92+77=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #205C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C4D is #DFA3B2. Grayscale: #484848. Windows color (decimal): -14656435 or 5069856. OLE color: 5069856.
HSL color Cylindrical-coordinate representation of color #205C4D: hue angle of 165º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205C4D is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 77 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.64 |
| HSL | 165º | 0.48% | 0.24% | - |
| HSV(B) | 165º | 0.65% | 0.36% | - |
| XYZ | 5.76 | 8.5 | 8.36 | - |
| YUV | 72.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 77 | 0.65 | 0 | 0.16 | 0.64 | 165 | 0.48 | 0.24 |
| Hex | 20 | 5C | 4D | 41 | 0 | 10 | 40 | A5 | 30 | 18 |
| Octal | 40 | 134 | 115 | 101 | 0 | 20 | 100 | 245 | 60 | 30 |
| Binary | 100000 | 1011100 | 1001101 | 1000001 | 0 | 10000 | 1000000 | 10100101 | 110000 | 11000 |
Color Harmonies of #205C4D
Complementary color
Monochromatic Colors of #205C4D
Black with #205C4D
Text Example
Text Example
White with #205C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C4D; }
p { color: rgb(32,92,77); }
H1.HeaderClassName
{
color: #205C4D;
}
.AnyTagClassName
{
color: #205C4D;
}
</style>
background-color css
<style>
a { background-color: #205C4D; }
a { background-color: rgb(32,92,77); }
div.DivClassName
{
background-color: #205C4D;
}
.BgClassName
{
background-color: #205C4D;
}
</style>
border-color css
<style>
span { border-color: #205C4D; }
span { border-color: rgb(32,92,77); }
td.TdClassName
{
border-color: #205C4D;
}
.TagClassName
{
border-color: #205C4D;
}
</style>