Shades of Evening Sea #1D5D4C
Tints of Evening Sea #1D5D4C
RGB
CMYK
RGB Variations
Color information
#1D5D4C (or 0x1D5D4C) is known color: Evening Sea. HEX triplet: 1D, 5D and 4C. RGB value is (29,93,76). Sum of RGB (Red+Green+Blue) = 29+93+76=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D4C is #E2A2B3. Grayscale: #474747. Windows color (decimal): -14852788 or 5004573. OLE color: 5004573.
HSL color Cylindrical-coordinate representation of color #1D5D4C: hue angle of 164.06º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D4C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 76 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.64 |
| HSL | 164.06º | 0.52% | 0.24% | - |
| HSV(B) | 164.06º | 0.69% | 0.36% | - |
| XYZ | 5.73 | 8.61 | 8.2 | - |
| YUV | 71.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 76 | 0.69 | 0 | 0.18 | 0.64 | 164.06 | 0.52 | 0.24 |
| Hex | 1D | 5D | 4C | 45 | 0 | 12 | 40 | A4 | 34 | 18 |
| Octal | 35 | 135 | 114 | 105 | 0 | 22 | 100 | 244 | 64 | 30 |
| Binary | 11101 | 1011101 | 1001100 | 1000101 | 0 | 10010 | 1000000 | 10100100 | 110100 | 11000 |
Color Harmonies of #1D5D4C
Complementary color
Monochromatic Colors of #1D5D4C
Black with #1D5D4C
Text Example
Text Example
White with #1D5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D4C; }
p { color: rgb(29,93,76); }
H1.HeaderClassName
{
color: #1D5D4C;
}
.AnyTagClassName
{
color: #1D5D4C;
}
</style>
background-color css
<style>
a { background-color: #1D5D4C; }
a { background-color: rgb(29,93,76); }
div.DivClassName
{
background-color: #1D5D4C;
}
.BgClassName
{
background-color: #1D5D4C;
}
</style>
border-color css
<style>
span { border-color: #1D5D4C; }
span { border-color: rgb(29,93,76); }
td.TdClassName
{
border-color: #1D5D4C;
}
.TagClassName
{
border-color: #1D5D4C;
}
</style>