Shades of Eden #285A55
Tints of Eden #285A55
RGB
CMYK
RGB Variations
Color information
#285A55 (or 0x285A55) is known color: Eden. HEX triplet: 28, 5A and 55. RGB value is (40,90,85). Sum of RGB (Red+Green+Blue) = 40+90+85=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #285A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A55 is #D7A5AA. Grayscale: #4A4A4A. Windows color (decimal): -14132651 or 5593640. OLE color: 5593640.
HSL color Cylindrical-coordinate representation of color #285A55: hue angle of 174º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A55 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 85 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.65 |
| HSL | 174º | 0.38% | 0.25% | - |
| HSV(B) | 174º | 0.56% | 0.35% | - |
| XYZ | 6.17 | 8.42 | 9.89 | - |
| YUV | 74.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 85 | 0.56 | 0 | 0.06 | 0.65 | 174 | 0.38 | 0.25 |
| Hex | 28 | 5A | 55 | 38 | 0 | 6 | 41 | AE | 26 | 19 |
| Octal | 50 | 132 | 125 | 70 | 0 | 6 | 101 | 256 | 46 | 31 |
| Binary | 101000 | 1011010 | 1010101 | 111000 | 0 | 110 | 1000001 | 10101110 | 100110 | 11001 |
Color Harmonies of #285A55
Complementary color
Monochromatic Colors of #285A55
Black with #285A55
Text Example
Text Example
White with #285A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A55; }
p { color: rgb(40,90,85); }
H1.HeaderClassName
{
color: #285A55;
}
.AnyTagClassName
{
color: #285A55;
}
</style>
background-color css
<style>
a { background-color: #285A55; }
a { background-color: rgb(40,90,85); }
div.DivClassName
{
background-color: #285A55;
}
.BgClassName
{
background-color: #285A55;
}
</style>
border-color css
<style>
span { border-color: #285A55; }
span { border-color: rgb(40,90,85); }
td.TdClassName
{
border-color: #285A55;
}
.TagClassName
{
border-color: #285A55;
}
</style>