Shades of Evening Sea #286050
Tints of Evening Sea #286050
RGB
CMYK
RGB Variations
Color information
#286050 (or 0x286050) is known color: Evening Sea. HEX triplet: 28, 60 and 50. RGB value is (40,96,80). Sum of RGB (Red+Green+Blue) = 40+96+80=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #286050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286050 is #D79FAF. Grayscale: #4D4D4D. Windows color (decimal): -14131120 or 5267496. OLE color: 5267496.
HSL color Cylindrical-coordinate representation of color #286050: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #286050 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 96 | 80 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.62 |
| HSL | 162.86º | 0.41% | 0.27% | - |
| HSV(B) | 162.86º | 0.58% | 0.38% | - |
| XYZ | 6.51 | 9.4 | 9.06 | - |
| YUV | 77.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 80 | 0.58 | 0 | 0.17 | 0.62 | 162.86 | 0.41 | 0.27 |
| Hex | 28 | 60 | 50 | 3A | 0 | 11 | 3E | A3 | 29 | 1B |
| Octal | 50 | 140 | 120 | 72 | 0 | 21 | 76 | 243 | 51 | 33 |
| Binary | 101000 | 1100000 | 1010000 | 111010 | 0 | 10001 | 111110 | 10100011 | 101001 | 11011 |
Color Harmonies of #286050
Complementary color
Monochromatic Colors of #286050
Black with #286050
Text Example
Text Example
White with #286050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286050; }
p { color: rgb(40,96,80); }
H1.HeaderClassName
{
color: #286050;
}
.AnyTagClassName
{
color: #286050;
}
</style>
background-color css
<style>
a { background-color: #286050; }
a { background-color: rgb(40,96,80); }
div.DivClassName
{
background-color: #286050;
}
.BgClassName
{
background-color: #286050;
}
</style>
border-color css
<style>
span { border-color: #286050; }
span { border-color: rgb(40,96,80); }
td.TdClassName
{
border-color: #286050;
}
.TagClassName
{
border-color: #286050;
}
</style>