Shades of Evening Sea #1D5649
Tints of Evening Sea #1D5649
RGB
CMYK
RGB Variations
Color information
#1D5649 (or 0x1D5649) is known color: Evening Sea. HEX triplet: 1D, 56 and 49. RGB value is (29,86,73). Sum of RGB (Red+Green+Blue) = 29+86+73=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5649 is #E2A9B6. Grayscale: #434343. Windows color (decimal): -14854583 or 4806173. OLE color: 4806173.
HSL color Cylindrical-coordinate representation of color #1D5649: hue angle of 166.32º 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 #1D5649 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 73 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.66 |
| HSL | 166.32º | 0.5% | 0.23% | - |
| HSV(B) | 166.32º | 0.66% | 0.34% | - |
| XYZ | 5.04 | 7.4 | 7.47 | - |
| YUV | 67.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 73 | 0.66 | 0 | 0.15 | 0.66 | 166.32 | 0.5 | 0.23 |
| Hex | 1D | 56 | 49 | 42 | 0 | F | 42 | A6 | 32 | 17 |
| Octal | 35 | 126 | 111 | 102 | 0 | 17 | 102 | 246 | 62 | 27 |
| Binary | 11101 | 1010110 | 1001001 | 1000010 | 0 | 1111 | 1000010 | 10100110 | 110010 | 10111 |
Color Harmonies of #1D5649
Complementary color
Monochromatic Colors of #1D5649
Black with #1D5649
Text Example
Text Example
White with #1D5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5649; }
p { color: rgb(29,86,73); }
H1.HeaderClassName
{
color: #1D5649;
}
.AnyTagClassName
{
color: #1D5649;
}
</style>
background-color css
<style>
a { background-color: #1D5649; }
a { background-color: rgb(29,86,73); }
div.DivClassName
{
background-color: #1D5649;
}
.BgClassName
{
background-color: #1D5649;
}
</style>
border-color css
<style>
span { border-color: #1D5649; }
span { border-color: rgb(29,86,73); }
td.TdClassName
{
border-color: #1D5649;
}
.TagClassName
{
border-color: #1D5649;
}
</style>