Shades of Evening Sea #20564C
Tints of Evening Sea #20564C
RGB
CMYK
RGB Variations
Color information
#20564C (or 0x20564C) is known color: Evening Sea. HEX triplet: 20, 56 and 4C. RGB value is (32,86,76). Sum of RGB (Red+Green+Blue) = 32+86+76=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #20564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20564C is #DFA9B3. Grayscale: #444444. Windows color (decimal): -14657972 or 5002784. OLE color: 5002784.
HSL color Cylindrical-coordinate representation of color #20564C: hue angle of 168.89º 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 #20564C is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 86 | 76 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.66 |
| HSL | 168.89º | 0.46% | 0.23% | - |
| HSV(B) | 168.89º | 0.63% | 0.34% | - |
| XYZ | 5.23 | 7.48 | 8.01 | - |
| YUV | 68.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 76 | 0.63 | 0 | 0.12 | 0.66 | 168.89 | 0.46 | 0.23 |
| Hex | 20 | 56 | 4C | 3F | 0 | C | 42 | A9 | 2E | 17 |
| Octal | 40 | 126 | 114 | 77 | 0 | 14 | 102 | 251 | 56 | 27 |
| Binary | 100000 | 1010110 | 1001100 | 111111 | 0 | 1100 | 1000010 | 10101001 | 101110 | 10111 |
Color Harmonies of #20564C
Complementary color
Monochromatic Colors of #20564C
Black with #20564C
Text Example
Text Example
White with #20564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20564C; }
p { color: rgb(32,86,76); }
H1.HeaderClassName
{
color: #20564C;
}
.AnyTagClassName
{
color: #20564C;
}
</style>
background-color css
<style>
a { background-color: #20564C; }
a { background-color: rgb(32,86,76); }
div.DivClassName
{
background-color: #20564C;
}
.BgClassName
{
background-color: #20564C;
}
</style>
border-color css
<style>
span { border-color: #20564C; }
span { border-color: rgb(32,86,76); }
td.TdClassName
{
border-color: #20564C;
}
.TagClassName
{
border-color: #20564C;
}
</style>