Shades of Smalt Blue #55656A
Tints of Smalt Blue #55656A
RGB
CMYK
RGB Variations
Color information
#55656A (or 0x55656A) is known color: Smalt Blue. HEX triplet: 55, 65 and 6A. RGB value is (85,101,106). Sum of RGB (Red+Green+Blue) = 85+101+106=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 106 - color contains mainly: blue. Hex color #55656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656A is #AA9A95. Grayscale: #606060. Windows color (decimal): -11180694 or 6972757. OLE color: 6972757.
HSL color Cylindrical-coordinate representation of color #55656A: hue angle of 194.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55656A is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 101 | 106 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.58 |
| HSL | 194.29º | 0.11% | 0.37% | - |
| HSV(B) | 194.29º | 0.2% | 0.42% | - |
| XYZ | 11 | 12.28 | 15.43 | - |
| YUV | 96.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 106 | 0.20 | 0.05 | 0 | 0.58 | 194.29 | 0.11 | 0.37 |
| Hex | 55 | 65 | 6A | 14 | 5 | 0 | 3A | C2 | B | 25 |
| Octal | 125 | 145 | 152 | 24 | 5 | 0 | 72 | 302 | 13 | 45 |
| Binary | 1010101 | 1100101 | 1101010 | 10100 | 101 | 0 | 111010 | 11000010 | 1011 | 100101 |
Color Harmonies of #55656A
Complementary color
Monochromatic Colors of #55656A
Black with #55656A
Text Example
Text Example
White with #55656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55656A; }
p { color: rgb(85,101,106); }
H1.HeaderClassName
{
color: #55656A;
}
.AnyTagClassName
{
color: #55656A;
}
</style>
background-color css
<style>
a { background-color: #55656A; }
a { background-color: rgb(85,101,106); }
div.DivClassName
{
background-color: #55656A;
}
.BgClassName
{
background-color: #55656A;
}
</style>
border-color css
<style>
span { border-color: #55656A; }
span { border-color: rgb(85,101,106); }
td.TdClassName
{
border-color: #55656A;
}
.TagClassName
{
border-color: #55656A;
}
</style>