Shades of Evening Sea #205845
Tints of Evening Sea #205845
RGB
CMYK
RGB Variations
Color information
#205845 (or 0x205845) is known color: Evening Sea. HEX triplet: 20, 58 and 45. RGB value is (32,88,69). Sum of RGB (Red+Green+Blue) = 32+88+69=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #205845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205845 is #DFA7BA. Grayscale: #454545. Windows color (decimal): -14657467 or 4544544. OLE color: 4544544.
HSL color Cylindrical-coordinate representation of color #205845: hue angle of 159.64º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205845 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 88 | 69 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.65 |
| HSL | 159.64º | 0.47% | 0.24% | - |
| HSV(B) | 159.64º | 0.64% | 0.35% | - |
| XYZ | 5.16 | 7.72 | 6.85 | - |
| YUV | 69.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 69 | 0.64 | 0 | 0.22 | 0.65 | 159.64 | 0.47 | 0.24 |
| Hex | 20 | 58 | 45 | 40 | 0 | 16 | 41 | A0 | 2F | 18 |
| Octal | 40 | 130 | 105 | 100 | 0 | 26 | 101 | 240 | 57 | 30 |
| Binary | 100000 | 1011000 | 1000101 | 1000000 | 0 | 10110 | 1000001 | 10100000 | 101111 | 11000 |
Color Harmonies of #205845
Complementary color
Monochromatic Colors of #205845
Black with #205845
Text Example
Text Example
White with #205845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205845; }
p { color: rgb(32,88,69); }
H1.HeaderClassName
{
color: #205845;
}
.AnyTagClassName
{
color: #205845;
}
</style>
background-color css
<style>
a { background-color: #205845; }
a { background-color: rgb(32,88,69); }
div.DivClassName
{
background-color: #205845;
}
.BgClassName
{
background-color: #205845;
}
</style>
border-color css
<style>
span { border-color: #205845; }
span { border-color: rgb(32,88,69); }
td.TdClassName
{
border-color: #205845;
}
.TagClassName
{
border-color: #205845;
}
</style>