Shades of Evening Sea #21554C
Tints of Evening Sea #21554C
RGB
CMYK
RGB Variations
Color information
#21554C (or 0x21554C) is known color: Evening Sea. HEX triplet: 21, 55 and 4C. RGB value is (33,85,76). Sum of RGB (Red+Green+Blue) = 33+85+76=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #21554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21554C is #DEAAB3. Grayscale: #444444. Windows color (decimal): -14592692 or 5002529. OLE color: 5002529.
HSL color Cylindrical-coordinate representation of color #21554C: hue angle of 169.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21554C is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 85 | 76 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.67 |
| HSL | 169.62º | 0.44% | 0.23% | - |
| HSV(B) | 169.62º | 0.61% | 0.33% | - |
| XYZ | 5.18 | 7.34 | 7.98 | - |
| YUV | 68.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 76 | 0.61 | 0 | 0.11 | 0.67 | 169.62 | 0.44 | 0.23 |
| Hex | 21 | 55 | 4C | 3D | 0 | B | 43 | AA | 2C | 17 |
| Octal | 41 | 125 | 114 | 75 | 0 | 13 | 103 | 252 | 54 | 27 |
| Binary | 100001 | 1010101 | 1001100 | 111101 | 0 | 1011 | 1000011 | 10101010 | 101100 | 10111 |
Color Harmonies of #21554C
Complementary color
Monochromatic Colors of #21554C
Black with #21554C
Text Example
Text Example
White with #21554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21554C; }
p { color: rgb(33,85,76); }
H1.HeaderClassName
{
color: #21554C;
}
.AnyTagClassName
{
color: #21554C;
}
</style>
background-color css
<style>
a { background-color: #21554C; }
a { background-color: rgb(33,85,76); }
div.DivClassName
{
background-color: #21554C;
}
.BgClassName
{
background-color: #21554C;
}
</style>
border-color css
<style>
span { border-color: #21554C; }
span { border-color: rgb(33,85,76); }
td.TdClassName
{
border-color: #21554C;
}
.TagClassName
{
border-color: #21554C;
}
</style>