Shades of Smoky #5A5867
Tints of Smoky #5A5867
RGB
CMYK
RGB Variations
Color information
#5A5867 (or 0x5A5867) is known color: Smoky. HEX triplet: 5A, 58 and 67. RGB value is (90,88,103). Sum of RGB (Red+Green+Blue) = 90+88+103=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A5867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5867 is #A5A798. Grayscale: #5A5A5A. Windows color (decimal): -10856345 or 6772826. OLE color: 6772826.
HSL color Cylindrical-coordinate representation of color #5A5867: hue angle of 248º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5867 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 88 | 103 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.60 |
| HSL | 248º | 0.08% | 0.37% | - |
| HSV(B) | 248º | 0.15% | 0.4% | - |
| XYZ | 10.15 | 10.13 | 14.25 | - |
| YUV | 90.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 103 | 0.13 | 0.15 | 0 | 0.60 | 248 | 0.08 | 0.37 |
| Hex | 5A | 58 | 67 | D | F | 0 | 3C | F8 | 8 | 25 |
| Octal | 132 | 130 | 147 | 15 | 17 | 0 | 74 | 370 | 10 | 45 |
| Binary | 1011010 | 1011000 | 1100111 | 1101 | 1111 | 0 | 111100 | 11111000 | 1000 | 100101 |
Color Harmonies of #5A5867
Complementary color
Monochromatic Colors of #5A5867
Black with #5A5867
Text Example
Text Example
White with #5A5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5867; }
p { color: rgb(90,88,103); }
H1.HeaderClassName
{
color: #5A5867;
}
.AnyTagClassName
{
color: #5A5867;
}
</style>
background-color css
<style>
a { background-color: #5A5867; }
a { background-color: rgb(90,88,103); }
div.DivClassName
{
background-color: #5A5867;
}
.BgClassName
{
background-color: #5A5867;
}
</style>
border-color css
<style>
span { border-color: #5A5867; }
span { border-color: rgb(90,88,103); }
td.TdClassName
{
border-color: #5A5867;
}
.TagClassName
{
border-color: #5A5867;
}
</style>