Shades of Evening Sea #28584D
Tints of Evening Sea #28584D
RGB
CMYK
RGB Variations
Color information
#28584D (or 0x28584D) is known color: Evening Sea. HEX triplet: 28, 58 and 4D. RGB value is (40,88,77). Sum of RGB (Red+Green+Blue) = 40+88+77=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #28584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28584D is #D7A7B2. Grayscale: #484848. Windows color (decimal): -14133171 or 5068840. OLE color: 5068840.
HSL color Cylindrical-coordinate representation of color #28584D: hue angle of 166.25º 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 #28584D is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 77 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.65 |
| HSL | 166.25º | 0.38% | 0.25% | - |
| HSV(B) | 166.25º | 0.55% | 0.35% | - |
| XYZ | 5.7 | 7.97 | 8.26 | - |
| YUV | 72.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 77 | 0.55 | 0 | 0.12 | 0.65 | 166.25 | 0.38 | 0.25 |
| Hex | 28 | 58 | 4D | 37 | 0 | C | 41 | A6 | 26 | 19 |
| Octal | 50 | 130 | 115 | 67 | 0 | 14 | 101 | 246 | 46 | 31 |
| Binary | 101000 | 1011000 | 1001101 | 110111 | 0 | 1100 | 1000001 | 10100110 | 100110 | 11001 |
Color Harmonies of #28584D
Complementary color
Monochromatic Colors of #28584D
Black with #28584D
Text Example
Text Example
White with #28584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28584D; }
p { color: rgb(40,88,77); }
H1.HeaderClassName
{
color: #28584D;
}
.AnyTagClassName
{
color: #28584D;
}
</style>
background-color css
<style>
a { background-color: #28584D; }
a { background-color: rgb(40,88,77); }
div.DivClassName
{
background-color: #28584D;
}
.BgClassName
{
background-color: #28584D;
}
</style>
border-color css
<style>
span { border-color: #28584D; }
span { border-color: rgb(40,88,77); }
td.TdClassName
{
border-color: #28584D;
}
.TagClassName
{
border-color: #28584D;
}
</style>