Shades of Eden #285B53
Tints of Eden #285B53
RGB
CMYK
RGB Variations
Color information
#285B53 (or 0x285B53) is known color: Eden. HEX triplet: 28, 5B and 53. RGB value is (40,91,83). Sum of RGB (Red+Green+Blue) = 40+91+83=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #285B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B53 is #D7A4AC. Grayscale: #4A4A4A. Windows color (decimal): -14132397 or 5462824. OLE color: 5462824.
HSL color Cylindrical-coordinate representation of color #285B53: hue angle of 170.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B53 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 83 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.64 |
| HSL | 170.59º | 0.39% | 0.26% | - |
| HSV(B) | 170.59º | 0.56% | 0.36% | - |
| XYZ | 6.18 | 8.56 | 9.51 | - |
| YUV | 74.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 83 | 0.56 | 0 | 0.09 | 0.64 | 170.59 | 0.39 | 0.26 |
| Hex | 28 | 5B | 53 | 38 | 0 | 9 | 40 | AB | 27 | 1A |
| Octal | 50 | 133 | 123 | 70 | 0 | 11 | 100 | 253 | 47 | 32 |
| Binary | 101000 | 1011011 | 1010011 | 111000 | 0 | 1001 | 1000000 | 10101011 | 100111 | 11010 |
Color Harmonies of #285B53
Complementary color
Monochromatic Colors of #285B53
Black with #285B53
Text Example
Text Example
White with #285B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B53; }
p { color: rgb(40,91,83); }
H1.HeaderClassName
{
color: #285B53;
}
.AnyTagClassName
{
color: #285B53;
}
</style>
background-color css
<style>
a { background-color: #285B53; }
a { background-color: rgb(40,91,83); }
div.DivClassName
{
background-color: #285B53;
}
.BgClassName
{
background-color: #285B53;
}
</style>
border-color css
<style>
span { border-color: #285B53; }
span { border-color: rgb(40,91,83); }
td.TdClassName
{
border-color: #285B53;
}
.TagClassName
{
border-color: #285B53;
}
</style>