Shades of Evening Sea #28594C
Tints of Evening Sea #28594C
RGB
CMYK
RGB Variations
Color information
#28594C (or 0x28594C) is known color: Evening Sea. HEX triplet: 28, 59 and 4C. RGB value is (40,89,76). Sum of RGB (Red+Green+Blue) = 40+89+76=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #28594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28594C is #D7A6B3. Grayscale: #484848. Windows color (decimal): -14132916 or 5003560. OLE color: 5003560.
HSL color Cylindrical-coordinate representation of color #28594C: hue angle of 164.08º 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 #28594C is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 76 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.65 |
| HSL | 164.08º | 0.38% | 0.25% | - |
| HSV(B) | 164.08º | 0.55% | 0.35% | - |
| XYZ | 5.75 | 8.12 | 8.1 | - |
| YUV | 72.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 76 | 0.55 | 0 | 0.15 | 0.65 | 164.08 | 0.38 | 0.25 |
| Hex | 28 | 59 | 4C | 37 | 0 | F | 41 | A4 | 26 | 19 |
| Octal | 50 | 131 | 114 | 67 | 0 | 17 | 101 | 244 | 46 | 31 |
| Binary | 101000 | 1011001 | 1001100 | 110111 | 0 | 1111 | 1000001 | 10100100 | 100110 | 11001 |
Color Harmonies of #28594C
Complementary color
Monochromatic Colors of #28594C
Black with #28594C
Text Example
Text Example
White with #28594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28594C; }
p { color: rgb(40,89,76); }
H1.HeaderClassName
{
color: #28594C;
}
.AnyTagClassName
{
color: #28594C;
}
</style>
background-color css
<style>
a { background-color: #28594C; }
a { background-color: rgb(40,89,76); }
div.DivClassName
{
background-color: #28594C;
}
.BgClassName
{
background-color: #28594C;
}
</style>
border-color css
<style>
span { border-color: #28594C; }
span { border-color: rgb(40,89,76); }
td.TdClassName
{
border-color: #28594C;
}
.TagClassName
{
border-color: #28594C;
}
</style>