Shades of Smoky #5A5763
Tints of Smoky #5A5763
RGB
CMYK
RGB Variations
Color information
#5A5763 (or 0x5A5763) is known color: Smoky. HEX triplet: 5A, 57 and 63. RGB value is (90,87,99). Sum of RGB (Red+Green+Blue) = 90+87+99=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5763 is #A5A89C. Grayscale: #595959. Windows color (decimal): -10856605 or 6510426. OLE color: 6510426.
HSL color Cylindrical-coordinate representation of color #5A5763: hue angle of 255º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5A5763 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 87 | 99 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.61 |
| HSL | 255º | 0.06% | 0.36% | - |
| HSV(B) | 255º | 0.12% | 0.39% | - |
| XYZ | 9.88 | 9.89 | 13.19 | - |
| YUV | 89.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 99 | 0.09 | 0.12 | 0 | 0.61 | 255 | 0.06 | 0.36 |
| Hex | 5A | 57 | 63 | 9 | C | 0 | 3D | FF | 6 | 24 |
| Octal | 132 | 127 | 143 | 11 | 14 | 0 | 75 | 377 | 6 | 44 |
| Binary | 1011010 | 1010111 | 1100011 | 1001 | 1100 | 0 | 111101 | 11111111 | 110 | 100100 |
Color Harmonies of #5A5763
Complementary color
Monochromatic Colors of #5A5763
Black with #5A5763
Text Example
Text Example
White with #5A5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5763; }
p { color: rgb(90,87,99); }
H1.HeaderClassName
{
color: #5A5763;
}
.AnyTagClassName
{
color: #5A5763;
}
</style>
background-color css
<style>
a { background-color: #5A5763; }
a { background-color: rgb(90,87,99); }
div.DivClassName
{
background-color: #5A5763;
}
.BgClassName
{
background-color: #5A5763;
}
</style>
border-color css
<style>
span { border-color: #5A5763; }
span { border-color: rgb(90,87,99); }
td.TdClassName
{
border-color: #5A5763;
}
.TagClassName
{
border-color: #5A5763;
}
</style>