Shades of Evening Sea #28574D
Tints of Evening Sea #28574D
RGB
CMYK
RGB Variations
Color information
#28574D (or 0x28574D) is known color: Evening Sea. HEX triplet: 28, 57 and 4D. RGB value is (40,87,77). Sum of RGB (Red+Green+Blue) = 40+87+77=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #28574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28574D is #D7A8B2. Grayscale: #474747. Windows color (decimal): -14133427 or 5068584. OLE color: 5068584.
HSL color Cylindrical-coordinate representation of color #28574D: hue angle of 167.23º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #28574D is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 77 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.66 |
| HSL | 167.23º | 0.37% | 0.25% | - |
| HSV(B) | 167.23º | 0.54% | 0.34% | - |
| XYZ | 5.62 | 7.8 | 8.23 | - |
| YUV | 71.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 77 | 0.54 | 0 | 0.11 | 0.66 | 167.23 | 0.37 | 0.25 |
| Hex | 28 | 57 | 4D | 36 | 0 | B | 42 | A7 | 25 | 19 |
| Octal | 50 | 127 | 115 | 66 | 0 | 13 | 102 | 247 | 45 | 31 |
| Binary | 101000 | 1010111 | 1001101 | 110110 | 0 | 1011 | 1000010 | 10100111 | 100101 | 11001 |
Color Harmonies of #28574D
Complementary color
Monochromatic Colors of #28574D
Black with #28574D
Text Example
Text Example
White with #28574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28574D; }
p { color: rgb(40,87,77); }
H1.HeaderClassName
{
color: #28574D;
}
.AnyTagClassName
{
color: #28574D;
}
</style>
background-color css
<style>
a { background-color: #28574D; }
a { background-color: rgb(40,87,77); }
div.DivClassName
{
background-color: #28574D;
}
.BgClassName
{
background-color: #28574D;
}
</style>
border-color css
<style>
span { border-color: #28574D; }
span { border-color: rgb(40,87,77); }
td.TdClassName
{
border-color: #28574D;
}
.TagClassName
{
border-color: #28574D;
}
</style>