Shades of Eden #205D53
Tints of Eden #205D53
RGB
CMYK
RGB Variations
Color information
#205D53 (or 0x205D53) is known color: Eden. HEX triplet: 20, 5D and 53. RGB value is (32,93,83). Sum of RGB (Red+Green+Blue) = 32+93+83=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #205D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D53 is #DFA2AC. Grayscale: #494949. Windows color (decimal): -14656173 or 5463328. OLE color: 5463328.
HSL color Cylindrical-coordinate representation of color #205D53: hue angle of 170.16º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D53 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 83 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.64 |
| HSL | 170.16º | 0.49% | 0.25% | - |
| HSV(B) | 170.16º | 0.66% | 0.36% | - |
| XYZ | 6.07 | 8.76 | 9.55 | - |
| YUV | 73.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 83 | 0.66 | 0 | 0.11 | 0.64 | 170.16 | 0.49 | 0.25 |
| Hex | 20 | 5D | 53 | 42 | 0 | B | 40 | AA | 31 | 19 |
| Octal | 40 | 135 | 123 | 102 | 0 | 13 | 100 | 252 | 61 | 31 |
| Binary | 100000 | 1011101 | 1010011 | 1000010 | 0 | 1011 | 1000000 | 10101010 | 110001 | 11001 |
Color Harmonies of #205D53
Complementary color
Monochromatic Colors of #205D53
Black with #205D53
Text Example
Text Example
White with #205D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D53; }
p { color: rgb(32,93,83); }
H1.HeaderClassName
{
color: #205D53;
}
.AnyTagClassName
{
color: #205D53;
}
</style>
background-color css
<style>
a { background-color: #205D53; }
a { background-color: rgb(32,93,83); }
div.DivClassName
{
background-color: #205D53;
}
.BgClassName
{
background-color: #205D53;
}
</style>
border-color css
<style>
span { border-color: #205D53; }
span { border-color: rgb(32,93,83); }
td.TdClassName
{
border-color: #205D53;
}
.TagClassName
{
border-color: #205D53;
}
</style>