Shades of Eden #1C564F
Tints of Eden #1C564F
RGB
CMYK
RGB Variations
Color information
#1C564F (or 0x1C564F) is known color: Eden. HEX triplet: 1C, 56 and 4F. RGB value is (28,86,79). Sum of RGB (Red+Green+Blue) = 28+86+79=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #1C564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C564F is #E3A9B0. Grayscale: #434343. Windows color (decimal): -14920113 or 5199388. OLE color: 5199388.
HSL color Cylindrical-coordinate representation of color #1C564F: hue angle of 172.76º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C564F is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 79 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.66 |
| HSL | 172.76º | 0.51% | 0.22% | - |
| HSV(B) | 172.76º | 0.67% | 0.34% | - |
| XYZ | 5.22 | 7.47 | 8.56 | - |
| YUV | 67.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 79 | 0.67 | 0 | 0.08 | 0.66 | 172.76 | 0.51 | 0.22 |
| Hex | 1C | 56 | 4F | 43 | 0 | 8 | 42 | AD | 33 | 16 |
| Octal | 34 | 126 | 117 | 103 | 0 | 10 | 102 | 255 | 63 | 26 |
| Binary | 11100 | 1010110 | 1001111 | 1000011 | 0 | 1000 | 1000010 | 10101101 | 110011 | 10110 |
Color Harmonies of #1C564F
Complementary color
Monochromatic Colors of #1C564F
Black with #1C564F
Text Example
Text Example
White with #1C564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C564F; }
p { color: rgb(28,86,79); }
H1.HeaderClassName
{
color: #1C564F;
}
.AnyTagClassName
{
color: #1C564F;
}
</style>
background-color css
<style>
a { background-color: #1C564F; }
a { background-color: rgb(28,86,79); }
div.DivClassName
{
background-color: #1C564F;
}
.BgClassName
{
background-color: #1C564F;
}
</style>
border-color css
<style>
span { border-color: #1C564F; }
span { border-color: rgb(28,86,79); }
td.TdClassName
{
border-color: #1C564F;
}
.TagClassName
{
border-color: #1C564F;
}
</style>