Shades of Smoky #5A506F
Tints of Smoky #5A506F
RGB
CMYK
RGB Variations
Color information
#5A506F (or 0x5A506F) is known color: Smoky. HEX triplet: 5A, 50 and 6F. RGB value is (90,80,111). Sum of RGB (Red+Green+Blue) = 90+80+111=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A506F is #A5AF90. Grayscale: #565656. Windows color (decimal): -10858385 or 7295066. OLE color: 7295066.
HSL color Cylindrical-coordinate representation of color #5A506F: hue angle of 259.35º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A506F is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 80 | 111 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.56 |
| HSL | 259.35º | 0.16% | 0.37% | - |
| HSV(B) | 259.35º | 0.28% | 0.44% | - |
| XYZ | 9.95 | 9.06 | 16.26 | - |
| YUV | 86.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 111 | 0.19 | 0.28 | 0 | 0.56 | 259.35 | 0.16 | 0.37 |
| Hex | 5A | 50 | 6F | 13 | 1C | 0 | 38 | 103 | 10 | 25 |
| Octal | 132 | 120 | 157 | 23 | 34 | 0 | 70 | 403 | 20 | 45 |
| Binary | 1011010 | 1010000 | 1101111 | 10011 | 11100 | 0 | 111000 | 100000011 | 10000 | 100101 |
Color Harmonies of #5A506F
Complementary color
Monochromatic Colors of #5A506F
Black with #5A506F
Text Example
Text Example
White with #5A506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A506F; }
p { color: rgb(90,80,111); }
H1.HeaderClassName
{
color: #5A506F;
}
.AnyTagClassName
{
color: #5A506F;
}
</style>
background-color css
<style>
a { background-color: #5A506F; }
a { background-color: rgb(90,80,111); }
div.DivClassName
{
background-color: #5A506F;
}
.BgClassName
{
background-color: #5A506F;
}
</style>
border-color css
<style>
span { border-color: #5A506F; }
span { border-color: rgb(90,80,111); }
td.TdClassName
{
border-color: #5A506F;
}
.TagClassName
{
border-color: #5A506F;
}
</style>