Shades of Smoky #5A5568
Tints of Smoky #5A5568
RGB
CMYK
RGB Variations
Color information
#5A5568 (or 0x5A5568) is known color: Smoky. HEX triplet: 5A, 55 and 68. RGB value is (90,85,104). Sum of RGB (Red+Green+Blue) = 90+85+104=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5568 is #A5AA97. Grayscale: #585858. Windows color (decimal): -10857112 or 6837594. OLE color: 6837594.
HSL color Cylindrical-coordinate representation of color #5A5568: hue angle of 255.79º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A5568 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 85 | 104 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.59 |
| HSL | 255.79º | 0.1% | 0.37% | - |
| HSV(B) | 255.79º | 0.18% | 0.41% | - |
| XYZ | 9.96 | 9.67 | 14.44 | - |
| YUV | 88.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 104 | 0.13 | 0.18 | 0 | 0.59 | 255.79 | 0.1 | 0.37 |
| Hex | 5A | 55 | 68 | D | 12 | 0 | 3B | 100 | A | 25 |
| Octal | 132 | 125 | 150 | 15 | 22 | 0 | 73 | 400 | 12 | 45 |
| Binary | 1011010 | 1010101 | 1101000 | 1101 | 10010 | 0 | 111011 | 100000000 | 1010 | 100101 |
Color Harmonies of #5A5568
Complementary color
Monochromatic Colors of #5A5568
Black with #5A5568
Text Example
Text Example
White with #5A5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5568; }
p { color: rgb(90,85,104); }
H1.HeaderClassName
{
color: #5A5568;
}
.AnyTagClassName
{
color: #5A5568;
}
</style>
background-color css
<style>
a { background-color: #5A5568; }
a { background-color: rgb(90,85,104); }
div.DivClassName
{
background-color: #5A5568;
}
.BgClassName
{
background-color: #5A5568;
}
</style>
border-color css
<style>
span { border-color: #5A5568; }
span { border-color: rgb(90,85,104); }
td.TdClassName
{
border-color: #5A5568;
}
.TagClassName
{
border-color: #5A5568;
}
</style>