Shades of Smoky #5A5675
Tints of Smoky #5A5675
RGB
CMYK
RGB Variations
Color information
#5A5675 (or 0x5A5675) is known color: Smoky. HEX triplet: 5A, 56 and 75. RGB value is (90,86,117). Sum of RGB (Red+Green+Blue) = 90+86+117=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5675 is #A5A98A. Grayscale: #5A5A5A. Windows color (decimal): -10856843 or 7689818. OLE color: 7689818.
HSL color Cylindrical-coordinate representation of color #5A5675: hue angle of 247.74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5675 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 86 | 117 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.54 |
| HSL | 247.74º | 0.15% | 0.4% | - |
| HSV(B) | 247.74º | 0.26% | 0.46% | - |
| XYZ | 10.76 | 10.11 | 18.21 | - |
| YUV | 90.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 117 | 0.23 | 0.26 | 0 | 0.54 | 247.74 | 0.15 | 0.4 |
| Hex | 5A | 56 | 75 | 17 | 1A | 0 | 36 | F8 | F | 28 |
| Octal | 132 | 126 | 165 | 27 | 32 | 0 | 66 | 370 | 17 | 50 |
| Binary | 1011010 | 1010110 | 1110101 | 10111 | 11010 | 0 | 110110 | 11111000 | 1111 | 101000 |
Color Harmonies of #5A5675
Complementary color
Monochromatic Colors of #5A5675
Black with #5A5675
Text Example
Text Example
White with #5A5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5675; }
p { color: rgb(90,86,117); }
H1.HeaderClassName
{
color: #5A5675;
}
.AnyTagClassName
{
color: #5A5675;
}
</style>
background-color css
<style>
a { background-color: #5A5675; }
a { background-color: rgb(90,86,117); }
div.DivClassName
{
background-color: #5A5675;
}
.BgClassName
{
background-color: #5A5675;
}
</style>
border-color css
<style>
span { border-color: #5A5675; }
span { border-color: rgb(90,86,117); }
td.TdClassName
{
border-color: #5A5675;
}
.TagClassName
{
border-color: #5A5675;
}
</style>