Shades of Smoky #5C5A65
Tints of Smoky #5C5A65
RGB
CMYK
RGB Variations
Color information
#5C5A65 (or 0x5C5A65) is known color: Smoky. HEX triplet: 5C, 5A and 65. RGB value is (92,90,101). Sum of RGB (Red+Green+Blue) = 92+90+101=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C5A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A65 is #A3A59A. Grayscale: #5B5B5B. Windows color (decimal): -10724763 or 6642268. OLE color: 6642268.
HSL color Cylindrical-coordinate representation of color #5C5A65: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5A65 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 90 | 101 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.60 |
| HSL | 250.91º | 0.06% | 0.37% | - |
| HSV(B) | 250.91º | 0.11% | 0.4% | - |
| XYZ | 10.42 | 10.53 | 13.79 | - |
| YUV | 91.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 101 | 0.09 | 0.11 | 0 | 0.60 | 250.91 | 0.06 | 0.37 |
| Hex | 5C | 5A | 65 | 9 | B | 0 | 3C | FB | 6 | 25 |
| Octal | 134 | 132 | 145 | 11 | 13 | 0 | 74 | 373 | 6 | 45 |
| Binary | 1011100 | 1011010 | 1100101 | 1001 | 1011 | 0 | 111100 | 11111011 | 110 | 100101 |
Color Harmonies of #5C5A65
Complementary color
Monochromatic Colors of #5C5A65
Black with #5C5A65
Text Example
Text Example
White with #5C5A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A65; }
p { color: rgb(92,90,101); }
H1.HeaderClassName
{
color: #5C5A65;
}
.AnyTagClassName
{
color: #5C5A65;
}
</style>
background-color css
<style>
a { background-color: #5C5A65; }
a { background-color: rgb(92,90,101); }
div.DivClassName
{
background-color: #5C5A65;
}
.BgClassName
{
background-color: #5C5A65;
}
</style>
border-color css
<style>
span { border-color: #5C5A65; }
span { border-color: rgb(92,90,101); }
td.TdClassName
{
border-color: #5C5A65;
}
.TagClassName
{
border-color: #5C5A65;
}
</style>