Shades of Smoky #5A5569
Tints of Smoky #5A5569
RGB
CMYK
RGB Variations
Color information
#5A5569 (or 0x5A5569) is known color: Smoky. HEX triplet: 5A, 55 and 69. RGB value is (90,85,105). Sum of RGB (Red+Green+Blue) = 90+85+105=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5569 is #A5AA96. Grayscale: #585858. Windows color (decimal): -10857111 or 6903130. OLE color: 6903130.
HSL color Cylindrical-coordinate representation of color #5A5569: hue angle of 255º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5569 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 85 | 105 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.59 |
| HSL | 255º | 0.11% | 0.37% | - |
| HSV(B) | 255º | 0.19% | 0.41% | - |
| XYZ | 10.01 | 9.69 | 14.71 | - |
| YUV | 88.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 105 | 0.14 | 0.19 | 0 | 0.59 | 255 | 0.11 | 0.37 |
| Hex | 5A | 55 | 69 | E | 13 | 0 | 3B | FF | B | 25 |
| Octal | 132 | 125 | 151 | 16 | 23 | 0 | 73 | 377 | 13 | 45 |
| Binary | 1011010 | 1010101 | 1101001 | 1110 | 10011 | 0 | 111011 | 11111111 | 1011 | 100101 |
Color Harmonies of #5A5569
Complementary color
Monochromatic Colors of #5A5569
Black with #5A5569
Text Example
Text Example
White with #5A5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5569; }
p { color: rgb(90,85,105); }
H1.HeaderClassName
{
color: #5A5569;
}
.AnyTagClassName
{
color: #5A5569;
}
</style>
background-color css
<style>
a { background-color: #5A5569; }
a { background-color: rgb(90,85,105); }
div.DivClassName
{
background-color: #5A5569;
}
.BgClassName
{
background-color: #5A5569;
}
</style>
border-color css
<style>
span { border-color: #5A5569; }
span { border-color: rgb(90,85,105); }
td.TdClassName
{
border-color: #5A5569;
}
.TagClassName
{
border-color: #5A5569;
}
</style>