Shades of Smalt Blue #52656D
Tints of Smalt Blue #52656D
RGB
CMYK
RGB Variations
Color information
#52656D (or 0x52656D) is known color: Smalt Blue. HEX triplet: 52, 65 and 6D. RGB value is (82,101,109). Sum of RGB (Red+Green+Blue) = 82+101+109=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: blue. Hex color #52656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656D is #AD9A92. Grayscale: #606060. Windows color (decimal): -11377299 or 7169362. OLE color: 7169362.
HSL color Cylindrical-coordinate representation of color #52656D: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52656D is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 101 | 109 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.57 |
| HSL | 197.78º | 0.14% | 0.37% | - |
| HSV(B) | 197.78º | 0.25% | 0.43% | - |
| XYZ | 10.89 | 12.21 | 16.25 | - |
| YUV | 96.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 109 | 0.25 | 0.07 | 0 | 0.57 | 197.78 | 0.14 | 0.37 |
| Hex | 52 | 65 | 6D | 19 | 7 | 0 | 39 | C6 | E | 25 |
| Octal | 122 | 145 | 155 | 31 | 7 | 0 | 71 | 306 | 16 | 45 |
| Binary | 1010010 | 1100101 | 1101101 | 11001 | 111 | 0 | 111001 | 11000110 | 1110 | 100101 |
Color Harmonies of #52656D
Complementary color
Monochromatic Colors of #52656D
Black with #52656D
Text Example
Text Example
White with #52656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52656D; }
p { color: rgb(82,101,109); }
H1.HeaderClassName
{
color: #52656D;
}
.AnyTagClassName
{
color: #52656D;
}
</style>
background-color css
<style>
a { background-color: #52656D; }
a { background-color: rgb(82,101,109); }
div.DivClassName
{
background-color: #52656D;
}
.BgClassName
{
background-color: #52656D;
}
</style>
border-color css
<style>
span { border-color: #52656D; }
span { border-color: rgb(82,101,109); }
td.TdClassName
{
border-color: #52656D;
}
.TagClassName
{
border-color: #52656D;
}
</style>