Shades of Eden #285A53
Tints of Eden #285A53
RGB
CMYK
RGB Variations
Color information
#285A53 (or 0x285A53) is known color: Eden. HEX triplet: 28, 5A and 53. RGB value is (40,90,83). Sum of RGB (Red+Green+Blue) = 40+90+83=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #285A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A53 is #D7A5AC. Grayscale: #4A4A4A. Windows color (decimal): -14132653 or 5462568. OLE color: 5462568.
HSL color Cylindrical-coordinate representation of color #285A53: hue angle of 171.6º 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 #285A53 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 83 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.65 |
| HSL | 171.6º | 0.38% | 0.25% | - |
| HSV(B) | 171.6º | 0.56% | 0.35% | - |
| XYZ | 6.09 | 8.39 | 9.48 | - |
| YUV | 74.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 83 | 0.56 | 0 | 0.08 | 0.65 | 171.6 | 0.38 | 0.25 |
| Hex | 28 | 5A | 53 | 38 | 0 | 8 | 41 | AC | 26 | 19 |
| Octal | 50 | 132 | 123 | 70 | 0 | 10 | 101 | 254 | 46 | 31 |
| Binary | 101000 | 1011010 | 1010011 | 111000 | 0 | 1000 | 1000001 | 10101100 | 100110 | 11001 |
Color Harmonies of #285A53
Complementary color
Monochromatic Colors of #285A53
Black with #285A53
Text Example
Text Example
White with #285A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A53; }
p { color: rgb(40,90,83); }
H1.HeaderClassName
{
color: #285A53;
}
.AnyTagClassName
{
color: #285A53;
}
</style>
background-color css
<style>
a { background-color: #285A53; }
a { background-color: rgb(40,90,83); }
div.DivClassName
{
background-color: #285A53;
}
.BgClassName
{
background-color: #285A53;
}
</style>
border-color css
<style>
span { border-color: #285A53; }
span { border-color: rgb(40,90,83); }
td.TdClassName
{
border-color: #285A53;
}
.TagClassName
{
border-color: #285A53;
}
</style>