Shades of Evening Sea #21564C
Tints of Evening Sea #21564C
RGB
CMYK
RGB Variations
Color information
#21564C (or 0x21564C) is known color: Evening Sea. HEX triplet: 21, 56 and 4C. RGB value is (33,86,76). Sum of RGB (Red+Green+Blue) = 33+86+76=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #21564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21564C is #DEA9B3. Grayscale: #454545. Windows color (decimal): -14592436 or 5002785. OLE color: 5002785.
HSL color Cylindrical-coordinate representation of color #21564C: hue angle of 168.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21564C is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 86 | 76 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.66 |
| HSL | 168.68º | 0.45% | 0.23% | - |
| HSV(B) | 168.68º | 0.62% | 0.34% | - |
| XYZ | 5.26 | 7.5 | 8.01 | - |
| YUV | 69.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 76 | 0.62 | 0 | 0.12 | 0.66 | 168.68 | 0.45 | 0.23 |
| Hex | 21 | 56 | 4C | 3E | 0 | C | 42 | A9 | 2D | 17 |
| Octal | 41 | 126 | 114 | 76 | 0 | 14 | 102 | 251 | 55 | 27 |
| Binary | 100001 | 1010110 | 1001100 | 111110 | 0 | 1100 | 1000010 | 10101001 | 101101 | 10111 |
Color Harmonies of #21564C
Complementary color
Monochromatic Colors of #21564C
Black with #21564C
Text Example
Text Example
White with #21564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21564C; }
p { color: rgb(33,86,76); }
H1.HeaderClassName
{
color: #21564C;
}
.AnyTagClassName
{
color: #21564C;
}
</style>
background-color css
<style>
a { background-color: #21564C; }
a { background-color: rgb(33,86,76); }
div.DivClassName
{
background-color: #21564C;
}
.BgClassName
{
background-color: #21564C;
}
</style>
border-color css
<style>
span { border-color: #21564C; }
span { border-color: rgb(33,86,76); }
td.TdClassName
{
border-color: #21564C;
}
.TagClassName
{
border-color: #21564C;
}
</style>