Shades of Smoky #5A5565
Tints of Smoky #5A5565
RGB
CMYK
RGB Variations
Color information
#5A5565 (or 0x5A5565) is known color: Smoky. HEX triplet: 5A, 55 and 65. RGB value is (90,85,101). Sum of RGB (Red+Green+Blue) = 90+85+101=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5565 is #A5AA9A. Grayscale: #585858. Windows color (decimal): -10857115 or 6640986. OLE color: 6640986.
HSL color Cylindrical-coordinate representation of color #5A5565: hue angle of 258.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A5565 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 85 | 101 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.60 |
| HSL | 258.75º | 0.09% | 0.36% | - |
| HSV(B) | 258.75º | 0.16% | 0.4% | - |
| XYZ | 9.81 | 9.61 | 13.65 | - |
| YUV | 88.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 101 | 0.11 | 0.16 | 0 | 0.60 | 258.75 | 0.09 | 0.36 |
| Hex | 5A | 55 | 65 | B | 10 | 0 | 3C | 103 | 9 | 24 |
| Octal | 132 | 125 | 145 | 13 | 20 | 0 | 74 | 403 | 11 | 44 |
| Binary | 1011010 | 1010101 | 1100101 | 1011 | 10000 | 0 | 111100 | 100000011 | 1001 | 100100 |
Color Harmonies of #5A5565
Complementary color
Monochromatic Colors of #5A5565
Black with #5A5565
Text Example
Text Example
White with #5A5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5565; }
p { color: rgb(90,85,101); }
H1.HeaderClassName
{
color: #5A5565;
}
.AnyTagClassName
{
color: #5A5565;
}
</style>
background-color css
<style>
a { background-color: #5A5565; }
a { background-color: rgb(90,85,101); }
div.DivClassName
{
background-color: #5A5565;
}
.BgClassName
{
background-color: #5A5565;
}
</style>
border-color css
<style>
span { border-color: #5A5565; }
span { border-color: rgb(90,85,101); }
td.TdClassName
{
border-color: #5A5565;
}
.TagClassName
{
border-color: #5A5565;
}
</style>