Shades of Smoky #5A5467
Tints of Smoky #5A5467
RGB
CMYK
RGB Variations
Color information
#5A5467 (or 0x5A5467) is known color: Smoky. HEX triplet: 5A, 54 and 67. RGB value is (90,84,103). Sum of RGB (Red+Green+Blue) = 90+84+103=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A5467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5467 is #A5AB98. Grayscale: #575757. Windows color (decimal): -10857369 or 6771802. OLE color: 6771802.
HSL color Cylindrical-coordinate representation of color #5A5467: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A5467 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 84 | 103 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.60 |
| HSL | 258.95º | 0.1% | 0.37% | - |
| HSV(B) | 258.95º | 0.18% | 0.4% | - |
| XYZ | 9.83 | 9.49 | 14.15 | - |
| YUV | 87.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 103 | 0.13 | 0.18 | 0 | 0.60 | 258.95 | 0.1 | 0.37 |
| Hex | 5A | 54 | 67 | D | 12 | 0 | 3C | 103 | A | 25 |
| Octal | 132 | 124 | 147 | 15 | 22 | 0 | 74 | 403 | 12 | 45 |
| Binary | 1011010 | 1010100 | 1100111 | 1101 | 10010 | 0 | 111100 | 100000011 | 1010 | 100101 |
Color Harmonies of #5A5467
Complementary color
Monochromatic Colors of #5A5467
Black with #5A5467
Text Example
Text Example
White with #5A5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5467; }
p { color: rgb(90,84,103); }
H1.HeaderClassName
{
color: #5A5467;
}
.AnyTagClassName
{
color: #5A5467;
}
</style>
background-color css
<style>
a { background-color: #5A5467; }
a { background-color: rgb(90,84,103); }
div.DivClassName
{
background-color: #5A5467;
}
.BgClassName
{
background-color: #5A5467;
}
</style>
border-color css
<style>
span { border-color: #5A5467; }
span { border-color: rgb(90,84,103); }
td.TdClassName
{
border-color: #5A5467;
}
.TagClassName
{
border-color: #5A5467;
}
</style>