Shades of Evening Sea #285F51
Tints of Evening Sea #285F51
RGB
CMYK
RGB Variations
Color information
#285F51 (or 0x285F51) is known color: Evening Sea. HEX triplet: 28, 5F and 51. RGB value is (40,95,81). Sum of RGB (Red+Green+Blue) = 40+95+81=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 95 - color contains mainly: green. Hex color #285F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F51 is #D7A0AE. Grayscale: #4C4C4C. Windows color (decimal): -14131375 or 5332776. OLE color: 5332776.
HSL color Cylindrical-coordinate representation of color #285F51: hue angle of 164.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F51 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 81 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.63 |
| HSL | 164.73º | 0.41% | 0.26% | - |
| HSV(B) | 164.73º | 0.58% | 0.37% | - |
| XYZ | 6.45 | 9.23 | 9.23 | - |
| YUV | 76.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 81 | 0.58 | 0 | 0.15 | 0.63 | 164.73 | 0.41 | 0.26 |
| Hex | 28 | 5F | 51 | 3A | 0 | F | 3F | A5 | 29 | 1A |
| Octal | 50 | 137 | 121 | 72 | 0 | 17 | 77 | 245 | 51 | 32 |
| Binary | 101000 | 1011111 | 1010001 | 111010 | 0 | 1111 | 111111 | 10100101 | 101001 | 11010 |
Color Harmonies of #285F51
Complementary color
Monochromatic Colors of #285F51
Black with #285F51
Text Example
Text Example
White with #285F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F51; }
p { color: rgb(40,95,81); }
H1.HeaderClassName
{
color: #285F51;
}
.AnyTagClassName
{
color: #285F51;
}
</style>
background-color css
<style>
a { background-color: #285F51; }
a { background-color: rgb(40,95,81); }
div.DivClassName
{
background-color: #285F51;
}
.BgClassName
{
background-color: #285F51;
}
</style>
border-color css
<style>
span { border-color: #285F51; }
span { border-color: rgb(40,95,81); }
td.TdClassName
{
border-color: #285F51;
}
.TagClassName
{
border-color: #285F51;
}
</style>