Shades of Smoky #5A5772
Tints of Smoky #5A5772
RGB
CMYK
RGB Variations
Color information
#5A5772 (or 0x5A5772) is known color: Smoky. HEX triplet: 5A, 57 and 72. RGB value is (90,87,114). Sum of RGB (Red+Green+Blue) = 90+87+114=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5772 is #A5A88D. Grayscale: #5A5A5A. Windows color (decimal): -10856590 or 7493466. OLE color: 7493466.
HSL color Cylindrical-coordinate representation of color #5A5772: hue angle of 246.67º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5772 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 87 | 114 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.55 |
| HSL | 246.67º | 0.13% | 0.39% | - |
| HSV(B) | 246.67º | 0.24% | 0.45% | - |
| XYZ | 10.66 | 10.2 | 17.33 | - |
| YUV | 90.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 114 | 0.21 | 0.24 | 0 | 0.55 | 246.67 | 0.13 | 0.39 |
| Hex | 5A | 57 | 72 | 15 | 18 | 0 | 37 | F7 | D | 27 |
| Octal | 132 | 127 | 162 | 25 | 30 | 0 | 67 | 367 | 15 | 47 |
| Binary | 1011010 | 1010111 | 1110010 | 10101 | 11000 | 0 | 110111 | 11110111 | 1101 | 100111 |
Color Harmonies of #5A5772
Complementary color
Monochromatic Colors of #5A5772
Black with #5A5772
Text Example
Text Example
White with #5A5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5772; }
p { color: rgb(90,87,114); }
H1.HeaderClassName
{
color: #5A5772;
}
.AnyTagClassName
{
color: #5A5772;
}
</style>
background-color css
<style>
a { background-color: #5A5772; }
a { background-color: rgb(90,87,114); }
div.DivClassName
{
background-color: #5A5772;
}
.BgClassName
{
background-color: #5A5772;
}
</style>
border-color css
<style>
span { border-color: #5A5772; }
span { border-color: rgb(90,87,114); }
td.TdClassName
{
border-color: #5A5772;
}
.TagClassName
{
border-color: #5A5772;
}
</style>