Shades of Smalt Blue #52656C
Tints of Smalt Blue #52656C
RGB
CMYK
RGB Variations
Color information
#52656C (or 0x52656C) is known color: Smalt Blue. HEX triplet: 52, 65 and 6C. RGB value is (82,101,108). Sum of RGB (Red+Green+Blue) = 82+101+108=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #52656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656C is #AD9A93. Grayscale: #606060. Windows color (decimal): -11377300 or 7103826. OLE color: 7103826.
HSL color Cylindrical-coordinate representation of color #52656C: hue angle of 196.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52656C is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 101 | 108 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.58 |
| HSL | 196.15º | 0.14% | 0.37% | - |
| HSV(B) | 196.15º | 0.24% | 0.42% | - |
| XYZ | 10.84 | 12.18 | 15.97 | - |
| YUV | 96.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 108 | 0.24 | 0.06 | 0 | 0.58 | 196.15 | 0.14 | 0.37 |
| Hex | 52 | 65 | 6C | 18 | 6 | 0 | 3A | C4 | E | 25 |
| Octal | 122 | 145 | 154 | 30 | 6 | 0 | 72 | 304 | 16 | 45 |
| Binary | 1010010 | 1100101 | 1101100 | 11000 | 110 | 0 | 111010 | 11000100 | 1110 | 100101 |
Color Harmonies of #52656C
Complementary color
Monochromatic Colors of #52656C
Black with #52656C
Text Example
Text Example
White with #52656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52656C; }
p { color: rgb(82,101,108); }
H1.HeaderClassName
{
color: #52656C;
}
.AnyTagClassName
{
color: #52656C;
}
</style>
background-color css
<style>
a { background-color: #52656C; }
a { background-color: rgb(82,101,108); }
div.DivClassName
{
background-color: #52656C;
}
.BgClassName
{
background-color: #52656C;
}
</style>
border-color css
<style>
span { border-color: #52656C; }
span { border-color: rgb(82,101,108); }
td.TdClassName
{
border-color: #52656C;
}
.TagClassName
{
border-color: #52656C;
}
</style>