Shades of Evening Sea #20574D
Tints of Evening Sea #20574D
RGB
CMYK
RGB Variations
Color information
#20574D (or 0x20574D) is known color: Evening Sea. HEX triplet: 20, 57 and 4D. RGB value is (32,87,77). Sum of RGB (Red+Green+Blue) = 32+87+77=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #20574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20574D is #DFA8B2. Grayscale: #454545. Windows color (decimal): -14657715 or 5068576. OLE color: 5068576.
HSL color Cylindrical-coordinate representation of color #20574D: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20574D is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 77 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.66 |
| HSL | 169.09º | 0.46% | 0.23% | - |
| HSV(B) | 169.09º | 0.63% | 0.34% | - |
| XYZ | 5.34 | 7.66 | 8.22 | - |
| YUV | 69.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 77 | 0.63 | 0 | 0.11 | 0.66 | 169.09 | 0.46 | 0.23 |
| Hex | 20 | 57 | 4D | 3F | 0 | B | 42 | A9 | 2E | 17 |
| Octal | 40 | 127 | 115 | 77 | 0 | 13 | 102 | 251 | 56 | 27 |
| Binary | 100000 | 1010111 | 1001101 | 111111 | 0 | 1011 | 1000010 | 10101001 | 101110 | 10111 |
Color Harmonies of #20574D
Complementary color
Monochromatic Colors of #20574D
Black with #20574D
Text Example
Text Example
White with #20574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20574D; }
p { color: rgb(32,87,77); }
H1.HeaderClassName
{
color: #20574D;
}
.AnyTagClassName
{
color: #20574D;
}
</style>
background-color css
<style>
a { background-color: #20574D; }
a { background-color: rgb(32,87,77); }
div.DivClassName
{
background-color: #20574D;
}
.BgClassName
{
background-color: #20574D;
}
</style>
border-color css
<style>
span { border-color: #20574D; }
span { border-color: rgb(32,87,77); }
td.TdClassName
{
border-color: #20574D;
}
.TagClassName
{
border-color: #20574D;
}
</style>