Shades of Dark Slate Grey #354D4D
Tints of Dark Slate Grey #354D4D
RGB
CMYK
RGB Variations
Color information
#354D4D (or 0x354D4D) is known color: Dark Slate Grey. HEX triplet: 35, 4D and 4D. RGB value is (53,77,77). Sum of RGB (Red+Green+Blue) = 53+77+77=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #354D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D4D is #CAB2B2. Grayscale: #454545. Windows color (decimal): -13284019 or 5066037. OLE color: 5066037.
HSL color Cylindrical-coordinate representation of color #354D4D: hue angle of 180º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D4D is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 77 | - |
| CMYK | 0.31 | 0 | 0 | 0.70 |
| HSL | 180º | 0.18% | 0.25% | - |
| HSV(B) | 180º | 0.31% | 0.3% | - |
| XYZ | 5.46 | 6.6 | 8.01 | - |
| YUV | 69.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 77 | 0.31 | 0 | 0 | 0.70 | 180 | 0.18 | 0.25 |
| Hex | 35 | 4D | 4D | 1F | 0 | 0 | 46 | B4 | 12 | 19 |
| Octal | 65 | 115 | 115 | 37 | 0 | 0 | 106 | 264 | 22 | 31 |
| Binary | 110101 | 1001101 | 1001101 | 11111 | 0 | 0 | 1000110 | 10110100 | 10010 | 11001 |
Color Harmonies of #354D4D
Complementary color
Monochromatic Colors of #354D4D
Black with #354D4D
Text Example
Text Example
White with #354D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D4D; }
p { color: rgb(53,77,77); }
H1.HeaderClassName
{
color: #354D4D;
}
.AnyTagClassName
{
color: #354D4D;
}
</style>
background-color css
<style>
a { background-color: #354D4D; }
a { background-color: rgb(53,77,77); }
div.DivClassName
{
background-color: #354D4D;
}
.BgClassName
{
background-color: #354D4D;
}
</style>
border-color css
<style>
span { border-color: #354D4D; }
span { border-color: rgb(53,77,77); }
td.TdClassName
{
border-color: #354D4D;
}
.TagClassName
{
border-color: #354D4D;
}
</style>