Shades of Dark Slate Grey #1C534F
Tints of Dark Slate Grey #1C534F
RGB
CMYK
RGB Variations
Color information
#1C534F (or 0x1C534F) is known color: Dark Slate Grey. HEX triplet: 1C, 53 and 4F. RGB value is (28,83,79). Sum of RGB (Red+Green+Blue) = 28+83+79=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #1C534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C534F is #E3ACB0. Grayscale: #424242. Windows color (decimal): -14920881 or 5198620. OLE color: 5198620.
HSL color Cylindrical-coordinate representation of color #1C534F: hue angle of 175.64º 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 #1C534F is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 79 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.67 |
| HSL | 175.64º | 0.5% | 0.22% | - |
| HSV(B) | 175.64º | 0.66% | 0.33% | - |
| XYZ | 4.98 | 7 | 8.49 | - |
| YUV | 66.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 79 | 0.66 | 0 | 0.05 | 0.67 | 175.64 | 0.5 | 0.22 |
| Hex | 1C | 53 | 4F | 42 | 0 | 5 | 43 | B0 | 32 | 16 |
| Octal | 34 | 123 | 117 | 102 | 0 | 5 | 103 | 260 | 62 | 26 |
| Binary | 11100 | 1010011 | 1001111 | 1000010 | 0 | 101 | 1000011 | 10110000 | 110010 | 10110 |
Color Harmonies of #1C534F
Complementary color
Monochromatic Colors of #1C534F
Black with #1C534F
Text Example
Text Example
White with #1C534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C534F; }
p { color: rgb(28,83,79); }
H1.HeaderClassName
{
color: #1C534F;
}
.AnyTagClassName
{
color: #1C534F;
}
</style>
background-color css
<style>
a { background-color: #1C534F; }
a { background-color: rgb(28,83,79); }
div.DivClassName
{
background-color: #1C534F;
}
.BgClassName
{
background-color: #1C534F;
}
</style>
border-color css
<style>
span { border-color: #1C534F; }
span { border-color: rgb(28,83,79); }
td.TdClassName
{
border-color: #1C534F;
}
.TagClassName
{
border-color: #1C534F;
}
</style>