Shades of Dark Slate Grey #1C5456
Tints of Dark Slate Grey #1C5456
RGB
CMYK
RGB Variations
Color information
#1C5456 (or 0x1C5456) is known color: Dark Slate Grey. HEX triplet: 1C, 54 and 56. RGB value is (28,84,86). Sum of RGB (Red+Green+Blue) = 28+84+86=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C5456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5456 is #E3ABA9. Grayscale: #434343. Windows color (decimal): -14920618 or 5657628. OLE color: 5657628.
HSL color Cylindrical-coordinate representation of color #1C5456: hue angle of 182.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5456 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 84 | 86 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.66 |
| HSL | 182.07º | 0.51% | 0.22% | - |
| HSV(B) | 182.07º | 0.67% | 0.34% | - |
| XYZ | 5.33 | 7.26 | 9.92 | - |
| YUV | 67.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 84 | 86 | 0.67 | 0.02 | 0 | 0.66 | 182.07 | 0.51 | 0.22 |
| Hex | 1C | 54 | 56 | 43 | 2 | 0 | 42 | B6 | 33 | 16 |
| Octal | 34 | 124 | 126 | 103 | 2 | 0 | 102 | 266 | 63 | 26 |
| Binary | 11100 | 1010100 | 1010110 | 1000011 | 10 | 0 | 1000010 | 10110110 | 110011 | 10110 |
Color Harmonies of #1C5456
Complementary color
Monochromatic Colors of #1C5456
Black with #1C5456
Text Example
Text Example
White with #1C5456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5456; }
p { color: rgb(28,84,86); }
H1.HeaderClassName
{
color: #1C5456;
}
.AnyTagClassName
{
color: #1C5456;
}
</style>
background-color css
<style>
a { background-color: #1C5456; }
a { background-color: rgb(28,84,86); }
div.DivClassName
{
background-color: #1C5456;
}
.BgClassName
{
background-color: #1C5456;
}
</style>
border-color css
<style>
span { border-color: #1C5456; }
span { border-color: rgb(28,84,86); }
td.TdClassName
{
border-color: #1C5456;
}
.TagClassName
{
border-color: #1C5456;
}
</style>