Shades of Eden #35665B
Tints of Eden #35665B
RGB
CMYK
RGB Variations
Color information
#35665B (or 0x35665B) is known color: Eden. HEX triplet: 35, 66 and 5B. RGB value is (53,102,91). Sum of RGB (Red+Green+Blue) = 53+102+91=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #35665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35665B is #CA99A4. Grayscale: #565656. Windows color (decimal): -13277605 or 5989941. OLE color: 5989941.
HSL color Cylindrical-coordinate representation of color #35665B: hue angle of 166.53º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35665B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 102 | 91 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.6 |
| HSL | 166.53º | 0.32% | 0.3% | - |
| HSV(B) | 166.53º | 0.48% | 0.4% | - |
| XYZ | 8.11 | 11.01 | 11.6 | - |
| YUV | 86.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 102 | 91 | 0.48 | 0 | 0.11 | 0.6 | 166.53 | 0.32 | 0.3 |
| Hex | 35 | 66 | 5B | 30 | 0 | B | 3C | A7 | 20 | 1E |
| Octal | 65 | 146 | 133 | 60 | 0 | 13 | 74 | 247 | 40 | 36 |
| Binary | 110101 | 1100110 | 1011011 | 110000 | 0 | 1011 | 111100 | 10100111 | 100000 | 11110 |
Color Harmonies of #35665B
Complementary color
Monochromatic Colors of #35665B
Black with #35665B
Text Example
Text Example
White with #35665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35665B; }
p { color: rgb(53,102,91); }
H1.HeaderClassName
{
color: #35665B;
}
.AnyTagClassName
{
color: #35665B;
}
</style>
background-color css
<style>
a { background-color: #35665B; }
a { background-color: rgb(53,102,91); }
div.DivClassName
{
background-color: #35665B;
}
.BgClassName
{
background-color: #35665B;
}
</style>
border-color css
<style>
span { border-color: #35665B; }
span { border-color: rgb(53,102,91); }
td.TdClassName
{
border-color: #35665B;
}
.TagClassName
{
border-color: #35665B;
}
</style>