Shades of Evening Sea #286E55
Tints of Evening Sea #286E55
RGB
CMYK
RGB Variations
Color information
#286E55 (or 0x286E55) is known color: Evening Sea. HEX triplet: 28, 6E and 55. RGB value is (40,110,85). Sum of RGB (Red+Green+Blue) = 40+110+85=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #286E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E55 is #D791AA. Grayscale: #565656. Windows color (decimal): -14127531 or 5598760. OLE color: 5598760.
HSL color Cylindrical-coordinate representation of color #286E55: hue angle of 158.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E55 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 85 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.57 |
| HSL | 158.57º | 0.47% | 0.29% | - |
| HSV(B) | 158.57º | 0.64% | 0.43% | - |
| XYZ | 8.09 | 12.26 | 10.53 | - |
| YUV | 86.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 85 | 0.64 | 0 | 0.23 | 0.57 | 158.57 | 0.47 | 0.29 |
| Hex | 28 | 6E | 55 | 40 | 0 | 17 | 39 | 9F | 2F | 1D |
| Octal | 50 | 156 | 125 | 100 | 0 | 27 | 71 | 237 | 57 | 35 |
| Binary | 101000 | 1101110 | 1010101 | 1000000 | 0 | 10111 | 111001 | 10011111 | 101111 | 11101 |
Color Harmonies of #286E55
Complementary color
Monochromatic Colors of #286E55
Black with #286E55
Text Example
Text Example
White with #286E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E55; }
p { color: rgb(40,110,85); }
H1.HeaderClassName
{
color: #286E55;
}
.AnyTagClassName
{
color: #286E55;
}
</style>
background-color css
<style>
a { background-color: #286E55; }
a { background-color: rgb(40,110,85); }
div.DivClassName
{
background-color: #286E55;
}
.BgClassName
{
background-color: #286E55;
}
</style>
border-color css
<style>
span { border-color: #286E55; }
span { border-color: rgb(40,110,85); }
td.TdClassName
{
border-color: #286E55;
}
.TagClassName
{
border-color: #286E55;
}
</style>