Shades of Evening Sea #28594E
Tints of Evening Sea #28594E
RGB
CMYK
RGB Variations
Color information
#28594E (or 0x28594E) is known color: Evening Sea. HEX triplet: 28, 59 and 4E. RGB value is (40,89,78). Sum of RGB (Red+Green+Blue) = 40+89+78=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #28594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28594E is #D7A6B1. Grayscale: #494949. Windows color (decimal): -14132914 or 5134632. OLE color: 5134632.
HSL color Cylindrical-coordinate representation of color #28594E: hue angle of 166.53º 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 #28594E is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 78 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.65 |
| HSL | 166.53º | 0.38% | 0.25% | - |
| HSV(B) | 166.53º | 0.55% | 0.35% | - |
| XYZ | 5.82 | 8.15 | 8.47 | - |
| YUV | 73.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 78 | 0.55 | 0 | 0.12 | 0.65 | 166.53 | 0.38 | 0.25 |
| Hex | 28 | 59 | 4E | 37 | 0 | C | 41 | A7 | 26 | 19 |
| Octal | 50 | 131 | 116 | 67 | 0 | 14 | 101 | 247 | 46 | 31 |
| Binary | 101000 | 1011001 | 1001110 | 110111 | 0 | 1100 | 1000001 | 10100111 | 100110 | 11001 |
Color Harmonies of #28594E
Complementary color
Monochromatic Colors of #28594E
Black with #28594E
Text Example
Text Example
White with #28594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28594E; }
p { color: rgb(40,89,78); }
H1.HeaderClassName
{
color: #28594E;
}
.AnyTagClassName
{
color: #28594E;
}
</style>
background-color css
<style>
a { background-color: #28594E; }
a { background-color: rgb(40,89,78); }
div.DivClassName
{
background-color: #28594E;
}
.BgClassName
{
background-color: #28594E;
}
</style>
border-color css
<style>
span { border-color: #28594E; }
span { border-color: rgb(40,89,78); }
td.TdClassName
{
border-color: #28594E;
}
.TagClassName
{
border-color: #28594E;
}
</style>