Shades of Eden #215C58
Tints of Eden #215C58
RGB
CMYK
RGB Variations
Color information
#215C58 (or 0x215C58) is known color: Eden. HEX triplet: 21, 5C and 58. RGB value is (33,92,88). Sum of RGB (Red+Green+Blue) = 33+92+88=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #215C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C58 is #DEA3A7. Grayscale: #494949. Windows color (decimal): -14590888 or 5790753. OLE color: 5790753.
HSL color Cylindrical-coordinate representation of color #215C58: hue angle of 175.93º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215C58 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 88 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.64 |
| HSL | 175.93º | 0.47% | 0.25% | - |
| HSV(B) | 175.93º | 0.64% | 0.36% | - |
| XYZ | 6.22 | 8.68 | 10.58 | - |
| YUV | 73.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 88 | 0.64 | 0 | 0.04 | 0.64 | 175.93 | 0.47 | 0.25 |
| Hex | 21 | 5C | 58 | 40 | 0 | 4 | 40 | B0 | 2F | 19 |
| Octal | 41 | 134 | 130 | 100 | 0 | 4 | 100 | 260 | 57 | 31 |
| Binary | 100001 | 1011100 | 1011000 | 1000000 | 0 | 100 | 1000000 | 10110000 | 101111 | 11001 |
Color Harmonies of #215C58
Complementary color
Monochromatic Colors of #215C58
Black with #215C58
Text Example
Text Example
White with #215C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C58; }
p { color: rgb(33,92,88); }
H1.HeaderClassName
{
color: #215C58;
}
.AnyTagClassName
{
color: #215C58;
}
</style>
background-color css
<style>
a { background-color: #215C58; }
a { background-color: rgb(33,92,88); }
div.DivClassName
{
background-color: #215C58;
}
.BgClassName
{
background-color: #215C58;
}
</style>
border-color css
<style>
span { border-color: #215C58; }
span { border-color: rgb(33,92,88); }
td.TdClassName
{
border-color: #215C58;
}
.TagClassName
{
border-color: #215C58;
}
</style>