Shades of Evening Sea #1D564C
Tints of Evening Sea #1D564C
RGB
CMYK
RGB Variations
Color information
#1D564C (or 0x1D564C) is known color: Evening Sea. HEX triplet: 1D, 56 and 4C. RGB value is (29,86,76). Sum of RGB (Red+Green+Blue) = 29+86+76=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #1D564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D564C is #E2A9B3. Grayscale: #434343. Windows color (decimal): -14854580 or 5002781. OLE color: 5002781.
HSL color Cylindrical-coordinate representation of color #1D564C: hue angle of 169.47º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D564C is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 76 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.66 |
| HSL | 169.47º | 0.5% | 0.23% | - |
| HSV(B) | 169.47º | 0.66% | 0.34% | - |
| XYZ | 5.14 | 7.44 | 8 | - |
| YUV | 67.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 76 | 0.66 | 0 | 0.12 | 0.66 | 169.47 | 0.5 | 0.23 |
| Hex | 1D | 56 | 4C | 42 | 0 | C | 42 | A9 | 32 | 17 |
| Octal | 35 | 126 | 114 | 102 | 0 | 14 | 102 | 251 | 62 | 27 |
| Binary | 11101 | 1010110 | 1001100 | 1000010 | 0 | 1100 | 1000010 | 10101001 | 110010 | 10111 |
Color Harmonies of #1D564C
Complementary color
Monochromatic Colors of #1D564C
Black with #1D564C
Text Example
Text Example
White with #1D564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D564C; }
p { color: rgb(29,86,76); }
H1.HeaderClassName
{
color: #1D564C;
}
.AnyTagClassName
{
color: #1D564C;
}
</style>
background-color css
<style>
a { background-color: #1D564C; }
a { background-color: rgb(29,86,76); }
div.DivClassName
{
background-color: #1D564C;
}
.BgClassName
{
background-color: #1D564C;
}
</style>
border-color css
<style>
span { border-color: #1D564C; }
span { border-color: rgb(29,86,76); }
td.TdClassName
{
border-color: #1D564C;
}
.TagClassName
{
border-color: #1D564C;
}
</style>