Shades of Smalt Blue #55666C
Tints of Smalt Blue #55666C
RGB
CMYK
RGB Variations
Color information
#55666C (or 0x55666C) is known color: Smalt Blue. HEX triplet: 55, 66 and 6C. RGB value is (85,102,108). Sum of RGB (Red+Green+Blue) = 85+102+108=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #55666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666C is #AA9993. Grayscale: #616161. Windows color (decimal): -11180436 or 7104085. OLE color: 7104085.
HSL color Cylindrical-coordinate representation of color #55666C: hue angle of 195.65º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55666C is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 102 | 108 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.58 |
| HSL | 195.65º | 0.12% | 0.38% | - |
| HSV(B) | 195.65º | 0.21% | 0.42% | - |
| XYZ | 11.2 | 12.52 | 16.01 | - |
| YUV | 97.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 108 | 0.21 | 0.06 | 0 | 0.58 | 195.65 | 0.12 | 0.38 |
| Hex | 55 | 66 | 6C | 15 | 6 | 0 | 3A | C4 | C | 26 |
| Octal | 125 | 146 | 154 | 25 | 6 | 0 | 72 | 304 | 14 | 46 |
| Binary | 1010101 | 1100110 | 1101100 | 10101 | 110 | 0 | 111010 | 11000100 | 1100 | 100110 |
Color Harmonies of #55666C
Complementary color
Monochromatic Colors of #55666C
Black with #55666C
Text Example
Text Example
White with #55666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55666C; }
p { color: rgb(85,102,108); }
H1.HeaderClassName
{
color: #55666C;
}
.AnyTagClassName
{
color: #55666C;
}
</style>
background-color css
<style>
a { background-color: #55666C; }
a { background-color: rgb(85,102,108); }
div.DivClassName
{
background-color: #55666C;
}
.BgClassName
{
background-color: #55666C;
}
</style>
border-color css
<style>
span { border-color: #55666C; }
span { border-color: rgb(85,102,108); }
td.TdClassName
{
border-color: #55666C;
}
.TagClassName
{
border-color: #55666C;
}
</style>