Shades of Smoky #5A5273
Tints of Smoky #5A5273
RGB
CMYK
RGB Variations
Color information
#5A5273 (or 0x5A5273) is known color: Smoky. HEX triplet: 5A, 52 and 73. RGB value is (90,82,115). Sum of RGB (Red+Green+Blue) = 90+82+115=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5273 is #A5AD8C. Grayscale: #585858. Windows color (decimal): -10857869 or 7557722. OLE color: 7557722.
HSL color Cylindrical-coordinate representation of color #5A5273: hue angle of 254.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5273 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 82 | 115 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.55 |
| HSL | 254.55º | 0.17% | 0.39% | - |
| HSV(B) | 254.55º | 0.29% | 0.45% | - |
| XYZ | 10.33 | 9.45 | 17.5 | - |
| YUV | 88.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 115 | 0.22 | 0.29 | 0 | 0.55 | 254.55 | 0.17 | 0.39 |
| Hex | 5A | 52 | 73 | 16 | 1D | 0 | 37 | FF | 11 | 27 |
| Octal | 132 | 122 | 163 | 26 | 35 | 0 | 67 | 377 | 21 | 47 |
| Binary | 1011010 | 1010010 | 1110011 | 10110 | 11101 | 0 | 110111 | 11111111 | 10001 | 100111 |
Color Harmonies of #5A5273
Complementary color
Monochromatic Colors of #5A5273
Black with #5A5273
Text Example
Text Example
White with #5A5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5273; }
p { color: rgb(90,82,115); }
H1.HeaderClassName
{
color: #5A5273;
}
.AnyTagClassName
{
color: #5A5273;
}
</style>
background-color css
<style>
a { background-color: #5A5273; }
a { background-color: rgb(90,82,115); }
div.DivClassName
{
background-color: #5A5273;
}
.BgClassName
{
background-color: #5A5273;
}
</style>
border-color css
<style>
span { border-color: #5A5273; }
span { border-color: rgb(90,82,115); }
td.TdClassName
{
border-color: #5A5273;
}
.TagClassName
{
border-color: #5A5273;
}
</style>