Shades of Smalt Blue #52646B
Tints of Smalt Blue #52646B
RGB
CMYK
RGB Variations
Color information
#52646B (or 0x52646B) is known color: Smalt Blue. HEX triplet: 52, 64 and 6B. RGB value is (82,100,107). Sum of RGB (Red+Green+Blue) = 82+100+107=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #52646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646B is #AD9B94. Grayscale: #5F5F5F. Windows color (decimal): -11377557 or 7038034. OLE color: 7038034.
HSL color Cylindrical-coordinate representation of color #52646B: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52646B is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 100 | 107 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.58 |
| HSL | 196.8º | 0.13% | 0.37% | - |
| HSV(B) | 196.8º | 0.23% | 0.42% | - |
| XYZ | 10.69 | 11.97 | 15.66 | - |
| YUV | 95.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 107 | 0.23 | 0.07 | 0 | 0.58 | 196.8 | 0.13 | 0.37 |
| Hex | 52 | 64 | 6B | 17 | 7 | 0 | 3A | C5 | D | 25 |
| Octal | 122 | 144 | 153 | 27 | 7 | 0 | 72 | 305 | 15 | 45 |
| Binary | 1010010 | 1100100 | 1101011 | 10111 | 111 | 0 | 111010 | 11000101 | 1101 | 100101 |
Color Harmonies of #52646B
Complementary color
Monochromatic Colors of #52646B
Black with #52646B
Text Example
Text Example
White with #52646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52646B; }
p { color: rgb(82,100,107); }
H1.HeaderClassName
{
color: #52646B;
}
.AnyTagClassName
{
color: #52646B;
}
</style>
background-color css
<style>
a { background-color: #52646B; }
a { background-color: rgb(82,100,107); }
div.DivClassName
{
background-color: #52646B;
}
.BgClassName
{
background-color: #52646B;
}
</style>
border-color css
<style>
span { border-color: #52646B; }
span { border-color: rgb(82,100,107); }
td.TdClassName
{
border-color: #52646B;
}
.TagClassName
{
border-color: #52646B;
}
</style>