Shades of Dark Slate Grey #1D5552
Tints of Dark Slate Grey #1D5552
RGB
CMYK
RGB Variations
Color information
#1D5552 (or 0x1D5552) is known color: Dark Slate Grey. HEX triplet: 1D, 55 and 52. RGB value is (29,85,82). Sum of RGB (Red+Green+Blue) = 29+85+82=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5552 is #E2AAAD. Grayscale: #434343. Windows color (decimal): -14854830 or 5395741. OLE color: 5395741.
HSL color Cylindrical-coordinate representation of color #1D5552: hue angle of 176.79º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5552 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 82 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.67 |
| HSL | 176.79º | 0.49% | 0.22% | - |
| HSV(B) | 176.79º | 0.66% | 0.33% | - |
| XYZ | 5.28 | 7.37 | 9.13 | - |
| YUV | 67.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 82 | 0.66 | 0 | 0.04 | 0.67 | 176.79 | 0.49 | 0.22 |
| Hex | 1D | 55 | 52 | 42 | 0 | 4 | 43 | B1 | 31 | 16 |
| Octal | 35 | 125 | 122 | 102 | 0 | 4 | 103 | 261 | 61 | 26 |
| Binary | 11101 | 1010101 | 1010010 | 1000010 | 0 | 100 | 1000011 | 10110001 | 110001 | 10110 |
Color Harmonies of #1D5552
Complementary color
Monochromatic Colors of #1D5552
Black with #1D5552
Text Example
Text Example
White with #1D5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5552; }
p { color: rgb(29,85,82); }
H1.HeaderClassName
{
color: #1D5552;
}
.AnyTagClassName
{
color: #1D5552;
}
</style>
background-color css
<style>
a { background-color: #1D5552; }
a { background-color: rgb(29,85,82); }
div.DivClassName
{
background-color: #1D5552;
}
.BgClassName
{
background-color: #1D5552;
}
</style>
border-color css
<style>
span { border-color: #1D5552; }
span { border-color: rgb(29,85,82); }
td.TdClassName
{
border-color: #1D5552;
}
.TagClassName
{
border-color: #1D5552;
}
</style>