Shades of Smalt Blue #55666B
Tints of Smalt Blue #55666B
RGB
CMYK
RGB Variations
Color information
#55666B (or 0x55666B) is known color: Smalt Blue. HEX triplet: 55, 66 and 6B. RGB value is (85,102,107). Sum of RGB (Red+Green+Blue) = 85+102+107=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: blue. Hex color #55666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666B is #AA9994. Grayscale: #616161. Windows color (decimal): -11180437 or 7038549. OLE color: 7038549.
HSL color Cylindrical-coordinate representation of color #55666B: hue angle of 193.64º degrees, saturation: 0.11, 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 #55666B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 102 | 107 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.58 |
| HSL | 193.64º | 0.11% | 0.38% | - |
| HSV(B) | 193.64º | 0.21% | 0.42% | - |
| XYZ | 11.15 | 12.5 | 15.73 | - |
| YUV | 97.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 107 | 0.21 | 0.05 | 0 | 0.58 | 193.64 | 0.11 | 0.38 |
| Hex | 55 | 66 | 6B | 15 | 5 | 0 | 3A | C2 | B | 26 |
| Octal | 125 | 146 | 153 | 25 | 5 | 0 | 72 | 302 | 13 | 46 |
| Binary | 1010101 | 1100110 | 1101011 | 10101 | 101 | 0 | 111010 | 11000010 | 1011 | 100110 |
Color Harmonies of #55666B
Complementary color
Monochromatic Colors of #55666B
Black with #55666B
Text Example
Text Example
White with #55666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55666B; }
p { color: rgb(85,102,107); }
H1.HeaderClassName
{
color: #55666B;
}
.AnyTagClassName
{
color: #55666B;
}
</style>
background-color css
<style>
a { background-color: #55666B; }
a { background-color: rgb(85,102,107); }
div.DivClassName
{
background-color: #55666B;
}
.BgClassName
{
background-color: #55666B;
}
</style>
border-color css
<style>
span { border-color: #55666B; }
span { border-color: rgb(85,102,107); }
td.TdClassName
{
border-color: #55666B;
}
.TagClassName
{
border-color: #55666B;
}
</style>