Shades of Evening Sea #1D594A
Tints of Evening Sea #1D594A
RGB
CMYK
RGB Variations
Color information
#1D594A (or 0x1D594A) is known color: Evening Sea. HEX triplet: 1D, 59 and 4A. RGB value is (29,89,74). Sum of RGB (Red+Green+Blue) = 29+89+74=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #1D594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D594A is #E2A6B5. Grayscale: #454545. Windows color (decimal): -14853814 or 4872477. OLE color: 4872477.
HSL color Cylindrical-coordinate representation of color #1D594A: hue angle of 165º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D594A is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 74 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.65 |
| HSL | 165º | 0.51% | 0.23% | - |
| HSV(B) | 165º | 0.67% | 0.35% | - |
| XYZ | 5.32 | 7.9 | 7.72 | - |
| YUV | 69.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 74 | 0.67 | 0 | 0.17 | 0.65 | 165 | 0.51 | 0.23 |
| Hex | 1D | 59 | 4A | 43 | 0 | 11 | 41 | A5 | 33 | 17 |
| Octal | 35 | 131 | 112 | 103 | 0 | 21 | 101 | 245 | 63 | 27 |
| Binary | 11101 | 1011001 | 1001010 | 1000011 | 0 | 10001 | 1000001 | 10100101 | 110011 | 10111 |
Color Harmonies of #1D594A
Complementary color
Monochromatic Colors of #1D594A
Black with #1D594A
Text Example
Text Example
White with #1D594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D594A; }
p { color: rgb(29,89,74); }
H1.HeaderClassName
{
color: #1D594A;
}
.AnyTagClassName
{
color: #1D594A;
}
</style>
background-color css
<style>
a { background-color: #1D594A; }
a { background-color: rgb(29,89,74); }
div.DivClassName
{
background-color: #1D594A;
}
.BgClassName
{
background-color: #1D594A;
}
</style>
border-color css
<style>
span { border-color: #1D594A; }
span { border-color: rgb(29,89,74); }
td.TdClassName
{
border-color: #1D594A;
}
.TagClassName
{
border-color: #1D594A;
}
</style>