Shades of Evening Sea #1D584B
Tints of Evening Sea #1D584B
RGB
CMYK
RGB Variations
Color information
#1D584B (or 0x1D584B) is known color: Evening Sea. HEX triplet: 1D, 58 and 4B. RGB value is (29,88,75). Sum of RGB (Red+Green+Blue) = 29+88+75=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #1D584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D584B is #E2A7B4. Grayscale: #444444. Windows color (decimal): -14854069 or 4937757. OLE color: 4937757.
HSL color Cylindrical-coordinate representation of color #1D584B: hue angle of 166.78º degrees, saturation: 0.5, 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 #1D584B is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 75 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.65 |
| HSL | 166.78º | 0.5% | 0.23% | - |
| HSV(B) | 166.78º | 0.67% | 0.35% | - |
| XYZ | 5.27 | 7.75 | 7.87 | - |
| YUV | 68.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 75 | 0.67 | 0 | 0.15 | 0.65 | 166.78 | 0.5 | 0.23 |
| Hex | 1D | 58 | 4B | 43 | 0 | F | 41 | A7 | 32 | 17 |
| Octal | 35 | 130 | 113 | 103 | 0 | 17 | 101 | 247 | 62 | 27 |
| Binary | 11101 | 1011000 | 1001011 | 1000011 | 0 | 1111 | 1000001 | 10100111 | 110010 | 10111 |
Color Harmonies of #1D584B
Complementary color
Monochromatic Colors of #1D584B
Black with #1D584B
Text Example
Text Example
White with #1D584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D584B; }
p { color: rgb(29,88,75); }
H1.HeaderClassName
{
color: #1D584B;
}
.AnyTagClassName
{
color: #1D584B;
}
</style>
background-color css
<style>
a { background-color: #1D584B; }
a { background-color: rgb(29,88,75); }
div.DivClassName
{
background-color: #1D584B;
}
.BgClassName
{
background-color: #1D584B;
}
</style>
border-color css
<style>
span { border-color: #1D584B; }
span { border-color: rgb(29,88,75); }
td.TdClassName
{
border-color: #1D584B;
}
.TagClassName
{
border-color: #1D584B;
}
</style>