Shades of Smalt Blue #52656B
Tints of Smalt Blue #52656B
RGB
CMYK
RGB Variations
Color information
#52656B (or 0x52656B) is known color: Smalt Blue. HEX triplet: 52, 65 and 6B. RGB value is (82,101,107). Sum of RGB (Red+Green+Blue) = 82+101+107=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #52656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656B is #AD9A94. Grayscale: #5F5F5F. Windows color (decimal): -11377301 or 7038290. OLE color: 7038290.
HSL color Cylindrical-coordinate representation of color #52656B: hue angle of 194.4º 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 #52656B is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 101 | 107 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.58 |
| HSL | 194.4º | 0.13% | 0.37% | - |
| HSV(B) | 194.4º | 0.23% | 0.42% | - |
| XYZ | 10.79 | 12.16 | 15.69 | - |
| YUV | 96 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 107 | 0.23 | 0.06 | 0 | 0.58 | 194.4 | 0.13 | 0.37 |
| Hex | 52 | 65 | 6B | 17 | 6 | 0 | 3A | C2 | D | 25 |
| Octal | 122 | 145 | 153 | 27 | 6 | 0 | 72 | 302 | 15 | 45 |
| Binary | 1010010 | 1100101 | 1101011 | 10111 | 110 | 0 | 111010 | 11000010 | 1101 | 100101 |
Color Harmonies of #52656B
Complementary color
Monochromatic Colors of #52656B
Black with #52656B
Text Example
Text Example
White with #52656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52656B; }
p { color: rgb(82,101,107); }
H1.HeaderClassName
{
color: #52656B;
}
.AnyTagClassName
{
color: #52656B;
}
</style>
background-color css
<style>
a { background-color: #52656B; }
a { background-color: rgb(82,101,107); }
div.DivClassName
{
background-color: #52656B;
}
.BgClassName
{
background-color: #52656B;
}
</style>
border-color css
<style>
span { border-color: #52656B; }
span { border-color: rgb(82,101,107); }
td.TdClassName
{
border-color: #52656B;
}
.TagClassName
{
border-color: #52656B;
}
</style>