Shades of Dark Slate Grey #1D5255
Tints of Dark Slate Grey #1D5255
RGB
CMYK
RGB Variations
Color information
#1D5255 (or 0x1D5255) is known color: Dark Slate Grey. HEX triplet: 1D, 52 and 55. RGB value is (29,82,85). Sum of RGB (Red+Green+Blue) = 29+82+85=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #1D5255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5255 is #E2ADAA. Grayscale: #424242. Windows color (decimal): -14855595 or 5591581. OLE color: 5591581.
HSL color Cylindrical-coordinate representation of color #1D5255: hue angle of 183.21º 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 #1D5255 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 82 | 85 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.67 |
| HSL | 183.21º | 0.49% | 0.22% | - |
| HSV(B) | 183.21º | 0.66% | 0.33% | - |
| XYZ | 5.16 | 6.95 | 9.66 | - |
| YUV | 66.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 85 | 0.66 | 0.04 | 0 | 0.67 | 183.21 | 0.49 | 0.22 |
| Hex | 1D | 52 | 55 | 42 | 4 | 0 | 43 | B7 | 31 | 16 |
| Octal | 35 | 122 | 125 | 102 | 4 | 0 | 103 | 267 | 61 | 26 |
| Binary | 11101 | 1010010 | 1010101 | 1000010 | 100 | 0 | 1000011 | 10110111 | 110001 | 10110 |
Color Harmonies of #1D5255
Complementary color
Monochromatic Colors of #1D5255
Black with #1D5255
Text Example
Text Example
White with #1D5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5255; }
p { color: rgb(29,82,85); }
H1.HeaderClassName
{
color: #1D5255;
}
.AnyTagClassName
{
color: #1D5255;
}
</style>
background-color css
<style>
a { background-color: #1D5255; }
a { background-color: rgb(29,82,85); }
div.DivClassName
{
background-color: #1D5255;
}
.BgClassName
{
background-color: #1D5255;
}
</style>
border-color css
<style>
span { border-color: #1D5255; }
span { border-color: rgb(29,82,85); }
td.TdClassName
{
border-color: #1D5255;
}
.TagClassName
{
border-color: #1D5255;
}
</style>