Shades of Eden #325C53
Tints of Eden #325C53
RGB
CMYK
RGB Variations
Color information
#325C53 (or 0x325C53) is known color: Eden. HEX triplet: 32, 5C and 53. RGB value is (50,92,83). Sum of RGB (Red+Green+Blue) = 50+92+83=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #325C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C53 is #CDA3AC. Grayscale: #4E4E4E. Windows color (decimal): -13476781 or 5463090. OLE color: 5463090.
HSL color Cylindrical-coordinate representation of color #325C53: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C53 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 83 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.64 |
| HSL | 167.14º | 0.3% | 0.28% | - |
| HSV(B) | 167.14º | 0.46% | 0.36% | - |
| XYZ | 6.7 | 8.96 | 9.56 | - |
| YUV | 78.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 83 | 0.46 | 0 | 0.10 | 0.64 | 167.14 | 0.3 | 0.28 |
| Hex | 32 | 5C | 53 | 2E | 0 | A | 40 | A7 | 1E | 1C |
| Octal | 62 | 134 | 123 | 56 | 0 | 12 | 100 | 247 | 36 | 34 |
| Binary | 110010 | 1011100 | 1010011 | 101110 | 0 | 1010 | 1000000 | 10100111 | 11110 | 11100 |
Color Harmonies of #325C53
Complementary color
Monochromatic Colors of #325C53
Black with #325C53
Text Example
Text Example
White with #325C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C53; }
p { color: rgb(50,92,83); }
H1.HeaderClassName
{
color: #325C53;
}
.AnyTagClassName
{
color: #325C53;
}
</style>
background-color css
<style>
a { background-color: #325C53; }
a { background-color: rgb(50,92,83); }
div.DivClassName
{
background-color: #325C53;
}
.BgClassName
{
background-color: #325C53;
}
</style>
border-color css
<style>
span { border-color: #325C53; }
span { border-color: rgb(50,92,83); }
td.TdClassName
{
border-color: #325C53;
}
.TagClassName
{
border-color: #325C53;
}
</style>