Shades of Eden #285A57
Tints of Eden #285A57
RGB
CMYK
RGB Variations
Color information
#285A57 (or 0x285A57) is known color: Eden. HEX triplet: 28, 5A and 57. RGB value is (40,90,87). Sum of RGB (Red+Green+Blue) = 40+90+87=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #285A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A57 is #D7A5A8. Grayscale: #4A4A4A. Windows color (decimal): -14132649 or 5724712. OLE color: 5724712.
HSL color Cylindrical-coordinate representation of color #285A57: hue angle of 176.4º 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 #285A57 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 87 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.65 |
| HSL | 176.4º | 0.38% | 0.25% | - |
| HSV(B) | 176.4º | 0.56% | 0.35% | - |
| XYZ | 6.25 | 8.45 | 10.32 | - |
| YUV | 74.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 87 | 0.56 | 0 | 0.03 | 0.65 | 176.4 | 0.38 | 0.25 |
| Hex | 28 | 5A | 57 | 38 | 0 | 3 | 41 | B0 | 26 | 19 |
| Octal | 50 | 132 | 127 | 70 | 0 | 3 | 101 | 260 | 46 | 31 |
| Binary | 101000 | 1011010 | 1010111 | 111000 | 0 | 11 | 1000001 | 10110000 | 100110 | 11001 |
Color Harmonies of #285A57
Complementary color
Monochromatic Colors of #285A57
Black with #285A57
Text Example
Text Example
White with #285A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A57; }
p { color: rgb(40,90,87); }
H1.HeaderClassName
{
color: #285A57;
}
.AnyTagClassName
{
color: #285A57;
}
</style>
background-color css
<style>
a { background-color: #285A57; }
a { background-color: rgb(40,90,87); }
div.DivClassName
{
background-color: #285A57;
}
.BgClassName
{
background-color: #285A57;
}
</style>
border-color css
<style>
span { border-color: #285A57; }
span { border-color: rgb(40,90,87); }
td.TdClassName
{
border-color: #285A57;
}
.TagClassName
{
border-color: #285A57;
}
</style>