Shades of Smoky #5A536C
Tints of Smoky #5A536C
RGB
CMYK
RGB Variations
Color information
#5A536C (or 0x5A536C) is known color: Smoky. HEX triplet: 5A, 53 and 6C. RGB value is (90,83,108). Sum of RGB (Red+Green+Blue) = 90+83+108=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A536C is #A5AC93. Grayscale: #575757. Windows color (decimal): -10857620 or 7099226. OLE color: 7099226.
HSL color Cylindrical-coordinate representation of color #5A536C: hue angle of 256.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A536C is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 83 | 108 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.58 |
| HSL | 256.8º | 0.13% | 0.37% | - |
| HSV(B) | 256.8º | 0.23% | 0.42% | - |
| XYZ | 10.02 | 9.44 | 15.48 | - |
| YUV | 87.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 108 | 0.17 | 0.23 | 0 | 0.58 | 256.8 | 0.13 | 0.37 |
| Hex | 5A | 53 | 6C | 11 | 17 | 0 | 3A | 101 | D | 25 |
| Octal | 132 | 123 | 154 | 21 | 27 | 0 | 72 | 401 | 15 | 45 |
| Binary | 1011010 | 1010011 | 1101100 | 10001 | 10111 | 0 | 111010 | 100000001 | 1101 | 100101 |
Color Harmonies of #5A536C
Complementary color
Monochromatic Colors of #5A536C
Black with #5A536C
Text Example
Text Example
White with #5A536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A536C; }
p { color: rgb(90,83,108); }
H1.HeaderClassName
{
color: #5A536C;
}
.AnyTagClassName
{
color: #5A536C;
}
</style>
background-color css
<style>
a { background-color: #5A536C; }
a { background-color: rgb(90,83,108); }
div.DivClassName
{
background-color: #5A536C;
}
.BgClassName
{
background-color: #5A536C;
}
</style>
border-color css
<style>
span { border-color: #5A536C; }
span { border-color: rgb(90,83,108); }
td.TdClassName
{
border-color: #5A536C;
}
.TagClassName
{
border-color: #5A536C;
}
</style>