Shades of Evening Sea #20554A
Tints of Evening Sea #20554A
RGB
CMYK
RGB Variations
Color information
#20554A (or 0x20554A) is known color: Evening Sea. HEX triplet: 20, 55 and 4A. RGB value is (32,85,74). Sum of RGB (Red+Green+Blue) = 32+85+74=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #20554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20554A is #DFAAB5. Grayscale: #434343. Windows color (decimal): -14658230 or 4871456. OLE color: 4871456.
HSL color Cylindrical-coordinate representation of color #20554A: hue angle of 167.55º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20554A is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 74 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.67 |
| HSL | 167.55º | 0.45% | 0.23% | - |
| HSV(B) | 167.55º | 0.62% | 0.33% | - |
| XYZ | 5.08 | 7.3 | 7.62 | - |
| YUV | 67.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 74 | 0.62 | 0 | 0.13 | 0.67 | 167.55 | 0.45 | 0.23 |
| Hex | 20 | 55 | 4A | 3E | 0 | D | 43 | A8 | 2D | 17 |
| Octal | 40 | 125 | 112 | 76 | 0 | 15 | 103 | 250 | 55 | 27 |
| Binary | 100000 | 1010101 | 1001010 | 111110 | 0 | 1101 | 1000011 | 10101000 | 101101 | 10111 |
Color Harmonies of #20554A
Complementary color
Monochromatic Colors of #20554A
Black with #20554A
Text Example
Text Example
White with #20554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20554A; }
p { color: rgb(32,85,74); }
H1.HeaderClassName
{
color: #20554A;
}
.AnyTagClassName
{
color: #20554A;
}
</style>
background-color css
<style>
a { background-color: #20554A; }
a { background-color: rgb(32,85,74); }
div.DivClassName
{
background-color: #20554A;
}
.BgClassName
{
background-color: #20554A;
}
</style>
border-color css
<style>
span { border-color: #20554A; }
span { border-color: rgb(32,85,74); }
td.TdClassName
{
border-color: #20554A;
}
.TagClassName
{
border-color: #20554A;
}
</style>