Shades of Smoky #5A5A60
Tints of Smoky #5A5A60
RGB
CMYK
RGB Variations
Color information
#5A5A60 (or 0x5A5A60) is known color: Smoky. HEX triplet: 5A, 5A and 60. RGB value is (90,90,96). Sum of RGB (Red+Green+Blue) = 90+90+96=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A5A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A60 is #A5A59F. Grayscale: #5A5A5A. Windows color (decimal): -10855840 or 6314586. OLE color: 6314586.
HSL color Cylindrical-coordinate representation of color #5A5A60: hue angle of 240º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5A60 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 90 | 96 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.62 |
| HSL | 240º | 0.03% | 0.36% | - |
| HSV(B) | 240º | 0.06% | 0.38% | - |
| XYZ | 9.98 | 10.33 | 12.53 | - |
| YUV | 90.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 96 | 0.06 | 0.06 | 0 | 0.62 | 240 | 0.03 | 0.36 |
| Hex | 5A | 5A | 60 | 6 | 6 | 0 | 3E | F0 | 3 | 24 |
| Octal | 132 | 132 | 140 | 6 | 6 | 0 | 76 | 360 | 3 | 44 |
| Binary | 1011010 | 1011010 | 1100000 | 110 | 110 | 0 | 111110 | 11110000 | 11 | 100100 |
Color Harmonies of #5A5A60
Complementary color
Monochromatic Colors of #5A5A60
Black with #5A5A60
Text Example
Text Example
White with #5A5A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A60; }
p { color: rgb(90,90,96); }
H1.HeaderClassName
{
color: #5A5A60;
}
.AnyTagClassName
{
color: #5A5A60;
}
</style>
background-color css
<style>
a { background-color: #5A5A60; }
a { background-color: rgb(90,90,96); }
div.DivClassName
{
background-color: #5A5A60;
}
.BgClassName
{
background-color: #5A5A60;
}
</style>
border-color css
<style>
span { border-color: #5A5A60; }
span { border-color: rgb(90,90,96); }
td.TdClassName
{
border-color: #5A5A60;
}
.TagClassName
{
border-color: #5A5A60;
}
</style>