Shades of Smoky #5A5270
Tints of Smoky #5A5270
RGB
CMYK
RGB Variations
Color information
#5A5270 (or 0x5A5270) is known color: Smoky. HEX triplet: 5A, 52 and 70. RGB value is (90,82,112). Sum of RGB (Red+Green+Blue) = 90+82+112=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5270 is #A5AD8F. Grayscale: #575757. Windows color (decimal): -10857872 or 7361114. OLE color: 7361114.
HSL color Cylindrical-coordinate representation of color #5A5270: hue angle of 256º degrees, saturation: 0.15, 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 #5A5270 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 82 | 112 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.56 |
| HSL | 256º | 0.15% | 0.38% | - |
| HSV(B) | 256º | 0.27% | 0.44% | - |
| XYZ | 10.16 | 9.38 | 16.6 | - |
| YUV | 87.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 112 | 0.20 | 0.27 | 0 | 0.56 | 256 | 0.15 | 0.38 |
| Hex | 5A | 52 | 70 | 14 | 1B | 0 | 38 | 100 | F | 26 |
| Octal | 132 | 122 | 160 | 24 | 33 | 0 | 70 | 400 | 17 | 46 |
| Binary | 1011010 | 1010010 | 1110000 | 10100 | 11011 | 0 | 111000 | 100000000 | 1111 | 100110 |
Color Harmonies of #5A5270
Complementary color
Monochromatic Colors of #5A5270
Black with #5A5270
Text Example
Text Example
White with #5A5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5270; }
p { color: rgb(90,82,112); }
H1.HeaderClassName
{
color: #5A5270;
}
.AnyTagClassName
{
color: #5A5270;
}
</style>
background-color css
<style>
a { background-color: #5A5270; }
a { background-color: rgb(90,82,112); }
div.DivClassName
{
background-color: #5A5270;
}
.BgClassName
{
background-color: #5A5270;
}
</style>
border-color css
<style>
span { border-color: #5A5270; }
span { border-color: rgb(90,82,112); }
td.TdClassName
{
border-color: #5A5270;
}
.TagClassName
{
border-color: #5A5270;
}
</style>