Shades of Dark Slate Grey #1C5352
Tints of Dark Slate Grey #1C5352
RGB
CMYK
RGB Variations
Color information
#1C5352 (or 0x1C5352) is known color: Dark Slate Grey. HEX triplet: 1C, 53 and 52. RGB value is (28,83,82). Sum of RGB (Red+Green+Blue) = 28+83+82=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5352 is #E3ACAD. Grayscale: #424242. Windows color (decimal): -14920878 or 5395228. OLE color: 5395228.
HSL color Cylindrical-coordinate representation of color #1C5352: hue angle of 178.91º degrees, saturation: 0.5, 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 #1C5352 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 82 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.67 |
| HSL | 178.91º | 0.5% | 0.22% | - |
| HSV(B) | 178.91º | 0.66% | 0.33% | - |
| XYZ | 5.1 | 7.04 | 9.07 | - |
| YUV | 66.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 82 | 0.66 | 0 | 0.01 | 0.67 | 178.91 | 0.5 | 0.22 |
| Hex | 1C | 53 | 52 | 42 | 0 | 1 | 43 | B3 | 32 | 16 |
| Octal | 34 | 123 | 122 | 102 | 0 | 1 | 103 | 263 | 62 | 26 |
| Binary | 11100 | 1010011 | 1010010 | 1000010 | 0 | 1 | 1000011 | 10110011 | 110010 | 10110 |
Color Harmonies of #1C5352
Complementary color
Monochromatic Colors of #1C5352
Black with #1C5352
Text Example
Text Example
White with #1C5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5352; }
p { color: rgb(28,83,82); }
H1.HeaderClassName
{
color: #1C5352;
}
.AnyTagClassName
{
color: #1C5352;
}
</style>
background-color css
<style>
a { background-color: #1C5352; }
a { background-color: rgb(28,83,82); }
div.DivClassName
{
background-color: #1C5352;
}
.BgClassName
{
background-color: #1C5352;
}
</style>
border-color css
<style>
span { border-color: #1C5352; }
span { border-color: rgb(28,83,82); }
td.TdClassName
{
border-color: #1C5352;
}
.TagClassName
{
border-color: #1C5352;
}
</style>