Shades of Smoky #5A5766
Tints of Smoky #5A5766
RGB
CMYK
RGB Variations
Color information
#5A5766 (or 0x5A5766) is known color: Smoky. HEX triplet: 5A, 57 and 66. RGB value is (90,87,102). Sum of RGB (Red+Green+Blue) = 90+87+102=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A5766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5766 is #A5A899. Grayscale: #595959. Windows color (decimal): -10856602 or 6707034. OLE color: 6707034.
HSL color Cylindrical-coordinate representation of color #5A5766: hue angle of 252º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5766 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 87 | 102 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.6 |
| HSL | 252º | 0.08% | 0.37% | - |
| HSV(B) | 252º | 0.15% | 0.4% | - |
| XYZ | 10.02 | 9.95 | 13.96 | - |
| YUV | 89.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 102 | 0.12 | 0.15 | 0 | 0.6 | 252 | 0.08 | 0.37 |
| Hex | 5A | 57 | 66 | C | F | 0 | 3C | FC | 8 | 25 |
| Octal | 132 | 127 | 146 | 14 | 17 | 0 | 74 | 374 | 10 | 45 |
| Binary | 1011010 | 1010111 | 1100110 | 1100 | 1111 | 0 | 111100 | 11111100 | 1000 | 100101 |
Color Harmonies of #5A5766
Complementary color
Monochromatic Colors of #5A5766
Black with #5A5766
Text Example
Text Example
White with #5A5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5766; }
p { color: rgb(90,87,102); }
H1.HeaderClassName
{
color: #5A5766;
}
.AnyTagClassName
{
color: #5A5766;
}
</style>
background-color css
<style>
a { background-color: #5A5766; }
a { background-color: rgb(90,87,102); }
div.DivClassName
{
background-color: #5A5766;
}
.BgClassName
{
background-color: #5A5766;
}
</style>
border-color css
<style>
span { border-color: #5A5766; }
span { border-color: rgb(90,87,102); }
td.TdClassName
{
border-color: #5A5766;
}
.TagClassName
{
border-color: #5A5766;
}
</style>