Shades of Smalt Blue #55646A
Tints of Smalt Blue #55646A
RGB
CMYK
RGB Variations
Color information
#55646A (or 0x55646A) is known color: Smalt Blue. HEX triplet: 55, 64 and 6A. RGB value is (85,100,106). Sum of RGB (Red+Green+Blue) = 85+100+106=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #55646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646A is #AA9B95. Grayscale: #606060. Windows color (decimal): -11180950 or 6972501. OLE color: 6972501.
HSL color Cylindrical-coordinate representation of color #55646A: hue angle of 197.14º 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 #55646A is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 100 | 106 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.58 |
| HSL | 197.14º | 0.11% | 0.37% | - |
| HSV(B) | 197.14º | 0.2% | 0.42% | - |
| XYZ | 10.91 | 12.09 | 15.39 | - |
| YUV | 96.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 106 | 0.20 | 0.06 | 0 | 0.58 | 197.14 | 0.11 | 0.37 |
| Hex | 55 | 64 | 6A | 14 | 6 | 0 | 3A | C5 | B | 25 |
| Octal | 125 | 144 | 152 | 24 | 6 | 0 | 72 | 305 | 13 | 45 |
| Binary | 1010101 | 1100100 | 1101010 | 10100 | 110 | 0 | 111010 | 11000101 | 1011 | 100101 |
Color Harmonies of #55646A
Complementary color
Monochromatic Colors of #55646A
Black with #55646A
Text Example
Text Example
White with #55646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55646A; }
p { color: rgb(85,100,106); }
H1.HeaderClassName
{
color: #55646A;
}
.AnyTagClassName
{
color: #55646A;
}
</style>
background-color css
<style>
a { background-color: #55646A; }
a { background-color: rgb(85,100,106); }
div.DivClassName
{
background-color: #55646A;
}
.BgClassName
{
background-color: #55646A;
}
</style>
border-color css
<style>
span { border-color: #55646A; }
span { border-color: rgb(85,100,106); }
td.TdClassName
{
border-color: #55646A;
}
.TagClassName
{
border-color: #55646A;
}
</style>