Shades of Smoky #56526A
Tints of Smoky #56526A
RGB
CMYK
RGB Variations
Color information
#56526A (or 0x56526A) is known color: Smoky. HEX triplet: 56, 52 and 6A. RGB value is (86,82,106). Sum of RGB (Red+Green+Blue) = 86+82+106=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #56526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526A is #A9AD95. Grayscale: #555555. Windows color (decimal): -11120022 or 6967894. OLE color: 6967894.
HSL color Cylindrical-coordinate representation of color #56526A: hue angle of 250º 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 #56526A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 82 | 106 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.58 |
| HSL | 250º | 0.13% | 0.37% | - |
| HSV(B) | 250º | 0.23% | 0.42% | - |
| XYZ | 9.46 | 9.05 | 14.88 | - |
| YUV | 85.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 106 | 0.19 | 0.23 | 0 | 0.58 | 250 | 0.13 | 0.37 |
| Hex | 56 | 52 | 6A | 13 | 17 | 0 | 3A | FA | D | 25 |
| Octal | 126 | 122 | 152 | 23 | 27 | 0 | 72 | 372 | 15 | 45 |
| Binary | 1010110 | 1010010 | 1101010 | 10011 | 10111 | 0 | 111010 | 11111010 | 1101 | 100101 |
Color Harmonies of #56526A
Complementary color
Monochromatic Colors of #56526A
Black with #56526A
Text Example
Text Example
White with #56526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56526A; }
p { color: rgb(86,82,106); }
H1.HeaderClassName
{
color: #56526A;
}
.AnyTagClassName
{
color: #56526A;
}
</style>
background-color css
<style>
a { background-color: #56526A; }
a { background-color: rgb(86,82,106); }
div.DivClassName
{
background-color: #56526A;
}
.BgClassName
{
background-color: #56526A;
}
</style>
border-color css
<style>
span { border-color: #56526A; }
span { border-color: rgb(86,82,106); }
td.TdClassName
{
border-color: #56526A;
}
.TagClassName
{
border-color: #56526A;
}
</style>