Shades of Smoky #5A5271
Tints of Smoky #5A5271
RGB
CMYK
RGB Variations
Color information
#5A5271 (or 0x5A5271) is known color: Smoky. HEX triplet: 5A, 52 and 71. RGB value is (90,82,113). Sum of RGB (Red+Green+Blue) = 90+82+113=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5271 is #A5AD8E. Grayscale: #575757. Windows color (decimal): -10857871 or 7426650. OLE color: 7426650.
HSL color Cylindrical-coordinate representation of color #5A5271: hue angle of 255.48º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5271 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 82 | 113 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.56 |
| HSL | 255.48º | 0.16% | 0.38% | - |
| HSV(B) | 255.48º | 0.27% | 0.44% | - |
| XYZ | 10.21 | 9.4 | 16.9 | - |
| YUV | 87.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 113 | 0.20 | 0.27 | 0 | 0.56 | 255.48 | 0.16 | 0.38 |
| Hex | 5A | 52 | 71 | 14 | 1B | 0 | 38 | FF | 10 | 26 |
| Octal | 132 | 122 | 161 | 24 | 33 | 0 | 70 | 377 | 20 | 46 |
| Binary | 1011010 | 1010010 | 1110001 | 10100 | 11011 | 0 | 111000 | 11111111 | 10000 | 100110 |
Color Harmonies of #5A5271
Complementary color
Monochromatic Colors of #5A5271
Black with #5A5271
Text Example
Text Example
White with #5A5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5271; }
p { color: rgb(90,82,113); }
H1.HeaderClassName
{
color: #5A5271;
}
.AnyTagClassName
{
color: #5A5271;
}
</style>
background-color css
<style>
a { background-color: #5A5271; }
a { background-color: rgb(90,82,113); }
div.DivClassName
{
background-color: #5A5271;
}
.BgClassName
{
background-color: #5A5271;
}
</style>
border-color css
<style>
span { border-color: #5A5271; }
span { border-color: rgb(90,82,113); }
td.TdClassName
{
border-color: #5A5271;
}
.TagClassName
{
border-color: #5A5271;
}
</style>