Shades of Smalt Blue #52646A
Tints of Smalt Blue #52646A
RGB
CMYK
RGB Variations
Color information
#52646A (or 0x52646A) is known color: Smalt Blue. HEX triplet: 52, 64 and 6A. RGB value is (82,100,106). Sum of RGB (Red+Green+Blue) = 82+100+106=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #52646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646A is #AD9B95. Grayscale: #5F5F5F. Windows color (decimal): -11377558 or 6972498. OLE color: 6972498.
HSL color Cylindrical-coordinate representation of color #52646A: hue angle of 195º 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 #52646A is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 100 | 106 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.58 |
| HSL | 195º | 0.13% | 0.37% | - |
| HSV(B) | 195º | 0.23% | 0.42% | - |
| XYZ | 10.64 | 11.95 | 15.38 | - |
| YUV | 95.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 106 | 0.23 | 0.06 | 0 | 0.58 | 195 | 0.13 | 0.37 |
| Hex | 52 | 64 | 6A | 17 | 6 | 0 | 3A | C3 | D | 25 |
| Octal | 122 | 144 | 152 | 27 | 6 | 0 | 72 | 303 | 15 | 45 |
| Binary | 1010010 | 1100100 | 1101010 | 10111 | 110 | 0 | 111010 | 11000011 | 1101 | 100101 |
Color Harmonies of #52646A
Complementary color
Monochromatic Colors of #52646A
Black with #52646A
Text Example
Text Example
White with #52646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52646A; }
p { color: rgb(82,100,106); }
H1.HeaderClassName
{
color: #52646A;
}
.AnyTagClassName
{
color: #52646A;
}
</style>
background-color css
<style>
a { background-color: #52646A; }
a { background-color: rgb(82,100,106); }
div.DivClassName
{
background-color: #52646A;
}
.BgClassName
{
background-color: #52646A;
}
</style>
border-color css
<style>
span { border-color: #52646A; }
span { border-color: rgb(82,100,106); }
td.TdClassName
{
border-color: #52646A;
}
.TagClassName
{
border-color: #52646A;
}
</style>