Shades of Smalt Blue #56656A
Tints of Smalt Blue #56656A
RGB
CMYK
RGB Variations
Color information
#56656A (or 0x56656A) is known color: Smalt Blue. HEX triplet: 56, 65 and 6A. RGB value is (86,101,106). Sum of RGB (Red+Green+Blue) = 86+101+106=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #56656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56656A is #A99A95. Grayscale: #616161. Windows color (decimal): -11115158 or 6972758. OLE color: 6972758.
HSL color Cylindrical-coordinate representation of color #56656A: hue angle of 195º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56656A is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 101 | 106 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.58 |
| HSL | 195º | 0.1% | 0.38% | - |
| HSV(B) | 195º | 0.19% | 0.42% | - |
| XYZ | 11.09 | 12.33 | 15.43 | - |
| YUV | 97.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 106 | 0.19 | 0.05 | 0 | 0.58 | 195 | 0.1 | 0.38 |
| Hex | 56 | 65 | 6A | 13 | 5 | 0 | 3A | C3 | A | 26 |
| Octal | 126 | 145 | 152 | 23 | 5 | 0 | 72 | 303 | 12 | 46 |
| Binary | 1010110 | 1100101 | 1101010 | 10011 | 101 | 0 | 111010 | 11000011 | 1010 | 100110 |
Color Harmonies of #56656A
Complementary color
Monochromatic Colors of #56656A
Black with #56656A
Text Example
Text Example
White with #56656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56656A; }
p { color: rgb(86,101,106); }
H1.HeaderClassName
{
color: #56656A;
}
.AnyTagClassName
{
color: #56656A;
}
</style>
background-color css
<style>
a { background-color: #56656A; }
a { background-color: rgb(86,101,106); }
div.DivClassName
{
background-color: #56656A;
}
.BgClassName
{
background-color: #56656A;
}
</style>
border-color css
<style>
span { border-color: #56656A; }
span { border-color: rgb(86,101,106); }
td.TdClassName
{
border-color: #56656A;
}
.TagClassName
{
border-color: #56656A;
}
</style>