Shades of Smalt Blue #526268
Tints of Smalt Blue #526268
RGB
CMYK
RGB Variations
Color information
#526268 (or 0x526268) is known color: Smalt Blue. HEX triplet: 52, 62 and 68. RGB value is (82,98,104). Sum of RGB (Red+Green+Blue) = 82+98+104=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #526268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526268 is #AD9D97. Grayscale: #5D5D5D. Windows color (decimal): -11378072 or 6840914. OLE color: 6840914.
HSL color Cylindrical-coordinate representation of color #526268: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526268 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 98 | 104 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.59 |
| HSL | 196.36º | 0.12% | 0.36% | - |
| HSV(B) | 196.36º | 0.21% | 0.41% | - |
| XYZ | 10.35 | 11.53 | 14.78 | - |
| YUV | 93.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 104 | 0.21 | 0.06 | 0 | 0.59 | 196.36 | 0.12 | 0.36 |
| Hex | 52 | 62 | 68 | 15 | 6 | 0 | 3B | C4 | C | 24 |
| Octal | 122 | 142 | 150 | 25 | 6 | 0 | 73 | 304 | 14 | 44 |
| Binary | 1010010 | 1100010 | 1101000 | 10101 | 110 | 0 | 111011 | 11000100 | 1100 | 100100 |
Color Harmonies of #526268
Complementary color
Monochromatic Colors of #526268
Black with #526268
Text Example
Text Example
White with #526268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526268; }
p { color: rgb(82,98,104); }
H1.HeaderClassName
{
color: #526268;
}
.AnyTagClassName
{
color: #526268;
}
</style>
background-color css
<style>
a { background-color: #526268; }
a { background-color: rgb(82,98,104); }
div.DivClassName
{
background-color: #526268;
}
.BgClassName
{
background-color: #526268;
}
</style>
border-color css
<style>
span { border-color: #526268; }
span { border-color: rgb(82,98,104); }
td.TdClassName
{
border-color: #526268;
}
.TagClassName
{
border-color: #526268;
}
</style>