Shades of Evening Sea #286C53
Tints of Evening Sea #286C53
RGB
CMYK
RGB Variations
Color information
#286C53 (or 0x286C53) is known color: Evening Sea. HEX triplet: 28, 6C and 53. RGB value is (40,108,83). Sum of RGB (Red+Green+Blue) = 40+108+83=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #286C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C53 is #D793AC. Grayscale: #545454. Windows color (decimal): -14128045 or 5467176. OLE color: 5467176.
HSL color Cylindrical-coordinate representation of color #286C53: hue angle of 157.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C53 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 83 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.58 |
| HSL | 157.94º | 0.46% | 0.29% | - |
| HSV(B) | 157.94º | 0.63% | 0.42% | - |
| XYZ | 7.8 | 11.8 | 10.05 | - |
| YUV | 84.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 83 | 0.63 | 0 | 0.23 | 0.58 | 157.94 | 0.46 | 0.29 |
| Hex | 28 | 6C | 53 | 3F | 0 | 17 | 3A | 9E | 2E | 1D |
| Octal | 50 | 154 | 123 | 77 | 0 | 27 | 72 | 236 | 56 | 35 |
| Binary | 101000 | 1101100 | 1010011 | 111111 | 0 | 10111 | 111010 | 10011110 | 101110 | 11101 |
Color Harmonies of #286C53
Complementary color
Monochromatic Colors of #286C53
Black with #286C53
Text Example
Text Example
White with #286C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C53; }
p { color: rgb(40,108,83); }
H1.HeaderClassName
{
color: #286C53;
}
.AnyTagClassName
{
color: #286C53;
}
</style>
background-color css
<style>
a { background-color: #286C53; }
a { background-color: rgb(40,108,83); }
div.DivClassName
{
background-color: #286C53;
}
.BgClassName
{
background-color: #286C53;
}
</style>
border-color css
<style>
span { border-color: #286C53; }
span { border-color: rgb(40,108,83); }
td.TdClassName
{
border-color: #286C53;
}
.TagClassName
{
border-color: #286C53;
}
</style>