Shades of Eden #285E5C
Tints of Eden #285E5C
RGB
CMYK
RGB Variations
Color information
#285E5C (or 0x285E5C) is known color: Eden. HEX triplet: 28, 5E and 5C. RGB value is (40,94,92). Sum of RGB (Red+Green+Blue) = 40+94+92=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #285E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E5C is #D7A1A3. Grayscale: #4D4D4D. Windows color (decimal): -14131620 or 6053416. OLE color: 6053416.
HSL color Cylindrical-coordinate representation of color #285E5C: hue angle of 177.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E5C is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 94 | 92 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.63 |
| HSL | 177.78º | 0.4% | 0.26% | - |
| HSV(B) | 177.78º | 0.57% | 0.37% | - |
| XYZ | 6.81 | 9.23 | 11.55 | - |
| YUV | 77.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 92 | 0.57 | 0 | 0.02 | 0.63 | 177.78 | 0.4 | 0.26 |
| Hex | 28 | 5E | 5C | 39 | 0 | 2 | 3F | B2 | 28 | 1A |
| Octal | 50 | 136 | 134 | 71 | 0 | 2 | 77 | 262 | 50 | 32 |
| Binary | 101000 | 1011110 | 1011100 | 111001 | 0 | 10 | 111111 | 10110010 | 101000 | 11010 |
Color Harmonies of #285E5C
Complementary color
Monochromatic Colors of #285E5C
Black with #285E5C
Text Example
Text Example
White with #285E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E5C; }
p { color: rgb(40,94,92); }
H1.HeaderClassName
{
color: #285E5C;
}
.AnyTagClassName
{
color: #285E5C;
}
</style>
background-color css
<style>
a { background-color: #285E5C; }
a { background-color: rgb(40,94,92); }
div.DivClassName
{
background-color: #285E5C;
}
.BgClassName
{
background-color: #285E5C;
}
</style>
border-color css
<style>
span { border-color: #285E5C; }
span { border-color: rgb(40,94,92); }
td.TdClassName
{
border-color: #285E5C;
}
.TagClassName
{
border-color: #285E5C;
}
</style>