Shades of Smoky #5A526F
Tints of Smoky #5A526F
RGB
CMYK
RGB Variations
Color information
#5A526F (or 0x5A526F) is known color: Smoky. HEX triplet: 5A, 52 and 6F. RGB value is (90,82,111). Sum of RGB (Red+Green+Blue) = 90+82+111=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A526F is #A5AD90. Grayscale: #575757. Windows color (decimal): -10857873 or 7295578. OLE color: 7295578.
HSL color Cylindrical-coordinate representation of color #5A526F: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A526F is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 82 | 111 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.56 |
| HSL | 256.55º | 0.15% | 0.38% | - |
| HSV(B) | 256.55º | 0.26% | 0.44% | - |
| XYZ | 10.1 | 9.36 | 16.31 | - |
| YUV | 87.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 111 | 0.19 | 0.26 | 0 | 0.56 | 256.55 | 0.15 | 0.38 |
| Hex | 5A | 52 | 6F | 13 | 1A | 0 | 38 | 101 | F | 26 |
| Octal | 132 | 122 | 157 | 23 | 32 | 0 | 70 | 401 | 17 | 46 |
| Binary | 1011010 | 1010010 | 1101111 | 10011 | 11010 | 0 | 111000 | 100000001 | 1111 | 100110 |
Color Harmonies of #5A526F
Complementary color
Monochromatic Colors of #5A526F
Black with #5A526F
Text Example
Text Example
White with #5A526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A526F; }
p { color: rgb(90,82,111); }
H1.HeaderClassName
{
color: #5A526F;
}
.AnyTagClassName
{
color: #5A526F;
}
</style>
background-color css
<style>
a { background-color: #5A526F; }
a { background-color: rgb(90,82,111); }
div.DivClassName
{
background-color: #5A526F;
}
.BgClassName
{
background-color: #5A526F;
}
</style>
border-color css
<style>
span { border-color: #5A526F; }
span { border-color: rgb(90,82,111); }
td.TdClassName
{
border-color: #5A526F;
}
.TagClassName
{
border-color: #5A526F;
}
</style>