Shades of Eden #235C56
Tints of Eden #235C56
RGB
CMYK
RGB Variations
Color information
#235C56 (or 0x235C56) is known color: Eden. HEX triplet: 23, 5C and 56. RGB value is (35,92,86). Sum of RGB (Red+Green+Blue) = 35+92+86=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #235C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C56 is #DCA3A9. Grayscale: #4A4A4A. Windows color (decimal): -14459818 or 5659683. OLE color: 5659683.
HSL color Cylindrical-coordinate representation of color #235C56: hue angle of 173.68º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C56 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 86 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.64 |
| HSL | 173.68º | 0.45% | 0.25% | - |
| HSV(B) | 173.68º | 0.62% | 0.36% | - |
| XYZ | 6.2 | 8.68 | 10.15 | - |
| YUV | 74.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 86 | 0.62 | 0 | 0.07 | 0.64 | 173.68 | 0.45 | 0.25 |
| Hex | 23 | 5C | 56 | 3E | 0 | 7 | 40 | AE | 2D | 19 |
| Octal | 43 | 134 | 126 | 76 | 0 | 7 | 100 | 256 | 55 | 31 |
| Binary | 100011 | 1011100 | 1010110 | 111110 | 0 | 111 | 1000000 | 10101110 | 101101 | 11001 |
Color Harmonies of #235C56
Complementary color
Monochromatic Colors of #235C56
Black with #235C56
Text Example
Text Example
White with #235C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C56; }
p { color: rgb(35,92,86); }
H1.HeaderClassName
{
color: #235C56;
}
.AnyTagClassName
{
color: #235C56;
}
</style>
background-color css
<style>
a { background-color: #235C56; }
a { background-color: rgb(35,92,86); }
div.DivClassName
{
background-color: #235C56;
}
.BgClassName
{
background-color: #235C56;
}
</style>
border-color css
<style>
span { border-color: #235C56; }
span { border-color: rgb(35,92,86); }
td.TdClassName
{
border-color: #235C56;
}
.TagClassName
{
border-color: #235C56;
}
</style>