Shades of Evening Sea #28584E
Tints of Evening Sea #28584E
RGB
CMYK
RGB Variations
Color information
#28584E (or 0x28584E) is known color: Evening Sea. HEX triplet: 28, 58 and 4E. RGB value is (40,88,78). Sum of RGB (Red+Green+Blue) = 40+88+78=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #28584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28584E is #D7A7B1. Grayscale: #484848. Windows color (decimal): -14133170 or 5134376. OLE color: 5134376.
HSL color Cylindrical-coordinate representation of color #28584E: hue angle of 167.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28584E is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 78 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.65 |
| HSL | 167.5º | 0.38% | 0.25% | - |
| HSV(B) | 167.5º | 0.55% | 0.35% | - |
| XYZ | 5.74 | 7.98 | 8.45 | - |
| YUV | 72.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 78 | 0.55 | 0 | 0.11 | 0.65 | 167.5 | 0.38 | 0.25 |
| Hex | 28 | 58 | 4E | 37 | 0 | B | 41 | A8 | 26 | 19 |
| Octal | 50 | 130 | 116 | 67 | 0 | 13 | 101 | 250 | 46 | 31 |
| Binary | 101000 | 1011000 | 1001110 | 110111 | 0 | 1011 | 1000001 | 10101000 | 100110 | 11001 |
Color Harmonies of #28584E
Complementary color
Monochromatic Colors of #28584E
Black with #28584E
Text Example
Text Example
White with #28584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28584E; }
p { color: rgb(40,88,78); }
H1.HeaderClassName
{
color: #28584E;
}
.AnyTagClassName
{
color: #28584E;
}
</style>
background-color css
<style>
a { background-color: #28584E; }
a { background-color: rgb(40,88,78); }
div.DivClassName
{
background-color: #28584E;
}
.BgClassName
{
background-color: #28584E;
}
</style>
border-color css
<style>
span { border-color: #28584E; }
span { border-color: rgb(40,88,78); }
td.TdClassName
{
border-color: #28584E;
}
.TagClassName
{
border-color: #28584E;
}
</style>