Shades of Dark Slate Grey #354547
Tints of Dark Slate Grey #354547
RGB
CMYK
RGB Variations
Color information
#354547 (or 0x354547) is known color: Dark Slate Grey. HEX triplet: 35, 45 and 47. RGB value is (53,69,71). Sum of RGB (Red+Green+Blue) = 53+69+71=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #354547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354547 is #CABAB8. Grayscale: #404040. Windows color (decimal): -13286073 or 4670773. OLE color: 4670773.
HSL color Cylindrical-coordinate representation of color #354547: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354547 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 69 | 71 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.72 |
| HSL | 186.67º | 0.15% | 0.24% | - |
| HSV(B) | 186.67º | 0.25% | 0.28% | - |
| XYZ | 4.73 | 5.47 | 6.77 | - |
| YUV | 64.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 71 | 0.25 | 0.03 | 0 | 0.72 | 186.67 | 0.15 | 0.24 |
| Hex | 35 | 45 | 47 | 19 | 3 | 0 | 48 | BB | F | 18 |
| Octal | 65 | 105 | 107 | 31 | 3 | 0 | 110 | 273 | 17 | 30 |
| Binary | 110101 | 1000101 | 1000111 | 11001 | 11 | 0 | 1001000 | 10111011 | 1111 | 11000 |
Color Harmonies of #354547
Complementary color
Monochromatic Colors of #354547
Black with #354547
Text Example
Text Example
White with #354547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354547; }
p { color: rgb(53,69,71); }
H1.HeaderClassName
{
color: #354547;
}
.AnyTagClassName
{
color: #354547;
}
</style>
background-color css
<style>
a { background-color: #354547; }
a { background-color: rgb(53,69,71); }
div.DivClassName
{
background-color: #354547;
}
.BgClassName
{
background-color: #354547;
}
</style>
border-color css
<style>
span { border-color: #354547; }
span { border-color: rgb(53,69,71); }
td.TdClassName
{
border-color: #354547;
}
.TagClassName
{
border-color: #354547;
}
</style>