Shades of Evening Sea #285F50
Tints of Evening Sea #285F50
RGB
CMYK
RGB Variations
Color information
#285F50 (or 0x285F50) is known color: Evening Sea. HEX triplet: 28, 5F and 50. RGB value is (40,95,80). Sum of RGB (Red+Green+Blue) = 40+95+80=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #285F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F50 is #D7A0AF. Grayscale: #4C4C4C. Windows color (decimal): -14131376 or 5267240. OLE color: 5267240.
HSL color Cylindrical-coordinate representation of color #285F50: hue angle of 163.64º 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 #285F50 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 80 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.63 |
| HSL | 163.64º | 0.41% | 0.26% | - |
| HSV(B) | 163.64º | 0.58% | 0.37% | - |
| XYZ | 6.42 | 9.21 | 9.03 | - |
| YUV | 76.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 80 | 0.58 | 0 | 0.16 | 0.63 | 163.64 | 0.41 | 0.26 |
| Hex | 28 | 5F | 50 | 3A | 0 | 10 | 3F | A4 | 29 | 1A |
| Octal | 50 | 137 | 120 | 72 | 0 | 20 | 77 | 244 | 51 | 32 |
| Binary | 101000 | 1011111 | 1010000 | 111010 | 0 | 10000 | 111111 | 10100100 | 101001 | 11010 |
Color Harmonies of #285F50
Complementary color
Monochromatic Colors of #285F50
Black with #285F50
Text Example
Text Example
White with #285F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F50; }
p { color: rgb(40,95,80); }
H1.HeaderClassName
{
color: #285F50;
}
.AnyTagClassName
{
color: #285F50;
}
</style>
background-color css
<style>
a { background-color: #285F50; }
a { background-color: rgb(40,95,80); }
div.DivClassName
{
background-color: #285F50;
}
.BgClassName
{
background-color: #285F50;
}
</style>
border-color css
<style>
span { border-color: #285F50; }
span { border-color: rgb(40,95,80); }
td.TdClassName
{
border-color: #285F50;
}
.TagClassName
{
border-color: #285F50;
}
</style>