Shades of Eden #285C53
Tints of Eden #285C53
RGB
CMYK
RGB Variations
Color information
#285C53 (or 0x285C53) is known color: Eden. HEX triplet: 28, 5C and 53. RGB value is (40,92,83). Sum of RGB (Red+Green+Blue) = 40+92+83=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #285C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C53 is #D7A3AC. Grayscale: #4B4B4B. Windows color (decimal): -14132141 or 5463080. OLE color: 5463080.
HSL color Cylindrical-coordinate representation of color #285C53: hue angle of 169.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285C53 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 92 | 83 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.64 |
| HSL | 169.62º | 0.39% | 0.26% | - |
| HSV(B) | 169.62º | 0.57% | 0.36% | - |
| XYZ | 6.26 | 8.73 | 9.54 | - |
| YUV | 75.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 83 | 0.57 | 0 | 0.10 | 0.64 | 169.62 | 0.39 | 0.26 |
| Hex | 28 | 5C | 53 | 39 | 0 | A | 40 | AA | 27 | 1A |
| Octal | 50 | 134 | 123 | 71 | 0 | 12 | 100 | 252 | 47 | 32 |
| Binary | 101000 | 1011100 | 1010011 | 111001 | 0 | 1010 | 1000000 | 10101010 | 100111 | 11010 |
Color Harmonies of #285C53
Complementary color
Monochromatic Colors of #285C53
Black with #285C53
Text Example
Text Example
White with #285C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C53; }
p { color: rgb(40,92,83); }
H1.HeaderClassName
{
color: #285C53;
}
.AnyTagClassName
{
color: #285C53;
}
</style>
background-color css
<style>
a { background-color: #285C53; }
a { background-color: rgb(40,92,83); }
div.DivClassName
{
background-color: #285C53;
}
.BgClassName
{
background-color: #285C53;
}
</style>
border-color css
<style>
span { border-color: #285C53; }
span { border-color: rgb(40,92,83); }
td.TdClassName
{
border-color: #285C53;
}
.TagClassName
{
border-color: #285C53;
}
</style>