Shades of Evening Sea #28564D
Tints of Evening Sea #28564D
RGB
CMYK
RGB Variations
Color information
#28564D (or 0x28564D) is known color: Evening Sea. HEX triplet: 28, 56 and 4D. RGB value is (40,86,77). Sum of RGB (Red+Green+Blue) = 40+86+77=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #28564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28564D is #D7A9B2. Grayscale: #474747. Windows color (decimal): -14133683 or 5068328. OLE color: 5068328.
HSL color Cylindrical-coordinate representation of color #28564D: hue angle of 168.26º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28564D is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 86 | 77 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.66 |
| HSL | 168.26º | 0.37% | 0.25% | - |
| HSV(B) | 168.26º | 0.53% | 0.34% | - |
| XYZ | 5.54 | 7.64 | 8.2 | - |
| YUV | 71.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 77 | 0.53 | 0 | 0.10 | 0.66 | 168.26 | 0.37 | 0.25 |
| Hex | 28 | 56 | 4D | 35 | 0 | A | 42 | A8 | 25 | 19 |
| Octal | 50 | 126 | 115 | 65 | 0 | 12 | 102 | 250 | 45 | 31 |
| Binary | 101000 | 1010110 | 1001101 | 110101 | 0 | 1010 | 1000010 | 10101000 | 100101 | 11001 |
Color Harmonies of #28564D
Complementary color
Monochromatic Colors of #28564D
Black with #28564D
Text Example
Text Example
White with #28564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28564D; }
p { color: rgb(40,86,77); }
H1.HeaderClassName
{
color: #28564D;
}
.AnyTagClassName
{
color: #28564D;
}
</style>
background-color css
<style>
a { background-color: #28564D; }
a { background-color: rgb(40,86,77); }
div.DivClassName
{
background-color: #28564D;
}
.BgClassName
{
background-color: #28564D;
}
</style>
border-color css
<style>
span { border-color: #28564D; }
span { border-color: rgb(40,86,77); }
td.TdClassName
{
border-color: #28564D;
}
.TagClassName
{
border-color: #28564D;
}
</style>