Shades of Smalt Blue #536166
Tints of Smalt Blue #536166
RGB
CMYK
RGB Variations
Color information
#536166 (or 0x536166) is known color: Smalt Blue. HEX triplet: 53, 61 and 66. RGB value is (83,97,102). Sum of RGB (Red+Green+Blue) = 83+97+102=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #536166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536166 is #AC9E99. Grayscale: #5D5D5D. Windows color (decimal): -11312794 or 6709587. OLE color: 6709587.
HSL color Cylindrical-coordinate representation of color #536166: hue angle of 195.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536166 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 97 | 102 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.6 |
| HSL | 195.79º | 0.1% | 0.36% | - |
| HSV(B) | 195.79º | 0.19% | 0.4% | - |
| XYZ | 10.24 | 11.35 | 14.22 | - |
| YUV | 93.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 102 | 0.19 | 0.05 | 0 | 0.6 | 195.79 | 0.1 | 0.36 |
| Hex | 53 | 61 | 66 | 13 | 5 | 0 | 3C | C4 | A | 24 |
| Octal | 123 | 141 | 146 | 23 | 5 | 0 | 74 | 304 | 12 | 44 |
| Binary | 1010011 | 1100001 | 1100110 | 10011 | 101 | 0 | 111100 | 11000100 | 1010 | 100100 |
Color Harmonies of #536166
Complementary color
Monochromatic Colors of #536166
Black with #536166
Text Example
Text Example
White with #536166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536166; }
p { color: rgb(83,97,102); }
H1.HeaderClassName
{
color: #536166;
}
.AnyTagClassName
{
color: #536166;
}
</style>
background-color css
<style>
a { background-color: #536166; }
a { background-color: rgb(83,97,102); }
div.DivClassName
{
background-color: #536166;
}
.BgClassName
{
background-color: #536166;
}
</style>
border-color css
<style>
span { border-color: #536166; }
span { border-color: rgb(83,97,102); }
td.TdClassName
{
border-color: #536166;
}
.TagClassName
{
border-color: #536166;
}
</style>