Shades of Smalt Blue #56666B
Tints of Smalt Blue #56666B
RGB
CMYK
RGB Variations
Color information
#56666B (or 0x56666B) is known color: Smalt Blue. HEX triplet: 56, 66 and 6B. RGB value is (86,102,107). Sum of RGB (Red+Green+Blue) = 86+102+107=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #56666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666B is #A99994. Grayscale: #616161. Windows color (decimal): -11114901 or 7038550. OLE color: 7038550.
HSL color Cylindrical-coordinate representation of color #56666B: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56666B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 102 | 107 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.58 |
| HSL | 194.29º | 0.11% | 0.38% | - |
| HSV(B) | 194.29º | 0.2% | 0.42% | - |
| XYZ | 11.24 | 12.54 | 15.74 | - |
| YUV | 97.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 107 | 0.20 | 0.05 | 0 | 0.58 | 194.29 | 0.11 | 0.38 |
| Hex | 56 | 66 | 6B | 14 | 5 | 0 | 3A | C2 | B | 26 |
| Octal | 126 | 146 | 153 | 24 | 5 | 0 | 72 | 302 | 13 | 46 |
| Binary | 1010110 | 1100110 | 1101011 | 10100 | 101 | 0 | 111010 | 11000010 | 1011 | 100110 |
Color Harmonies of #56666B
Complementary color
Monochromatic Colors of #56666B
Black with #56666B
Text Example
Text Example
White with #56666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56666B; }
p { color: rgb(86,102,107); }
H1.HeaderClassName
{
color: #56666B;
}
.AnyTagClassName
{
color: #56666B;
}
</style>
background-color css
<style>
a { background-color: #56666B; }
a { background-color: rgb(86,102,107); }
div.DivClassName
{
background-color: #56666B;
}
.BgClassName
{
background-color: #56666B;
}
</style>
border-color css
<style>
span { border-color: #56666B; }
span { border-color: rgb(86,102,107); }
td.TdClassName
{
border-color: #56666B;
}
.TagClassName
{
border-color: #56666B;
}
</style>