Shades of Eden #285F5C
Tints of Eden #285F5C
RGB
CMYK
RGB Variations
Color information
#285F5C (or 0x285F5C) is known color: Eden. HEX triplet: 28, 5F and 5C. RGB value is (40,95,92). Sum of RGB (Red+Green+Blue) = 40+95+92=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #285F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F5C is #D7A0A3. Grayscale: #4E4E4E. Windows color (decimal): -14131364 or 6053672. OLE color: 6053672.
HSL color Cylindrical-coordinate representation of color #285F5C: hue angle of 176.73º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285F5C is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 95 | 92 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.63 |
| HSL | 176.73º | 0.41% | 0.26% | - |
| HSV(B) | 176.73º | 0.58% | 0.37% | - |
| XYZ | 6.9 | 9.41 | 11.58 | - |
| YUV | 78.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 92 | 0.58 | 0 | 0.03 | 0.63 | 176.73 | 0.41 | 0.26 |
| Hex | 28 | 5F | 5C | 3A | 0 | 3 | 3F | B1 | 29 | 1A |
| Octal | 50 | 137 | 134 | 72 | 0 | 3 | 77 | 261 | 51 | 32 |
| Binary | 101000 | 1011111 | 1011100 | 111010 | 0 | 11 | 111111 | 10110001 | 101001 | 11010 |
Color Harmonies of #285F5C
Complementary color
Monochromatic Colors of #285F5C
Black with #285F5C
Text Example
Text Example
White with #285F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F5C; }
p { color: rgb(40,95,92); }
H1.HeaderClassName
{
color: #285F5C;
}
.AnyTagClassName
{
color: #285F5C;
}
</style>
background-color css
<style>
a { background-color: #285F5C; }
a { background-color: rgb(40,95,92); }
div.DivClassName
{
background-color: #285F5C;
}
.BgClassName
{
background-color: #285F5C;
}
</style>
border-color css
<style>
span { border-color: #285F5C; }
span { border-color: rgb(40,95,92); }
td.TdClassName
{
border-color: #285F5C;
}
.TagClassName
{
border-color: #285F5C;
}
</style>