Shades of Smoky #5C5C5D
Tints of Smoky #5C5C5D
RGB
CMYK
RGB Variations
Color information
#5C5C5D (or 0x5C5C5D) is known color: Smoky. HEX triplet: 5C, 5C and 5D. RGB value is (92,92,93). Sum of RGB (Red+Green+Blue) = 92+92+93=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C5C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5C5D is #A3A3A2. Grayscale: #5C5C5C. Windows color (decimal): -10724259 or 6118492. OLE color: 6118492.
HSL color Cylindrical-coordinate representation of color #5C5C5D: hue angle of 240º degrees, saturation: 0.01, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5C5C5D is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 92 | 92 | 93 | - |
CMYK | 0.01 | 0.01 | 0 | 0.64 |
HSL | 240º | 0.01% | 0.36% | - |
HSV(B) | 240º | 0.01% | 0.36% | - |
XYZ | 10.22 | 10.72 | 11.89 | - |
YUV | 92.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 92 | 93 | 0.01 | 0.01 | 0 | 0.64 | 240 | 0.01 | 0.36 |
Hex | 5C | 5C | 5D | 1 | 1 | 0 | 40 | F0 | 1 | 24 |
Octal | 134 | 134 | 135 | 1 | 1 | 0 | 100 | 360 | 1 | 44 |
Binary | 1011100 | 1011100 | 1011101 | 1 | 1 | 0 | 1000000 | 11110000 | 1 | 100100 |
Color Harmonies of #5C5C5D
Complementary color
Monochromatic Colors of #5C5C5D
Black with #5C5C5D
Text Example
Text Example
White with #5C5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5C5D; }
p { color: rgb(92,92,93); }
H1.HeaderClassName
{
color: #5C5C5D;
}
.AnyTagClassName
{
color: #5C5C5D;
}
</style>
background-color css
<style>
a { background-color: #5C5C5D; }
a { background-color: rgb(92,92,93); }
div.DivClassName
{
background-color: #5C5C5D;
}
.BgClassName
{
background-color: #5C5C5D;
}
</style>
border-color css
<style>
span { border-color: #5C5C5D; }
span { border-color: rgb(92,92,93); }
td.TdClassName
{
border-color: #5C5C5D;
}
.TagClassName
{
border-color: #5C5C5D;
}
</style>