Shades of Smalt Blue #53656D
Tints of Smalt Blue #53656D
RGB
CMYK
RGB Variations
Color information
#53656D (or 0x53656D) is known color: Smalt Blue. HEX triplet: 53, 65 and 6D. RGB value is (83,101,109). Sum of RGB (Red+Green+Blue) = 83+101+109=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #53656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53656D is #AC9A92. Grayscale: #606060. Windows color (decimal): -11311763 or 7169363. OLE color: 7169363.
HSL color Cylindrical-coordinate representation of color #53656D: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53656D is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 101 | 109 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.57 |
| HSL | 198.46º | 0.14% | 0.38% | - |
| HSV(B) | 198.46º | 0.24% | 0.43% | - |
| XYZ | 10.98 | 12.25 | 16.25 | - |
| YUV | 96.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 109 | 0.24 | 0.07 | 0 | 0.57 | 198.46 | 0.14 | 0.38 |
| Hex | 53 | 65 | 6D | 18 | 7 | 0 | 39 | C6 | E | 26 |
| Octal | 123 | 145 | 155 | 30 | 7 | 0 | 71 | 306 | 16 | 46 |
| Binary | 1010011 | 1100101 | 1101101 | 11000 | 111 | 0 | 111001 | 11000110 | 1110 | 100110 |
Color Harmonies of #53656D
Complementary color
Monochromatic Colors of #53656D
Black with #53656D
Text Example
Text Example
White with #53656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53656D; }
p { color: rgb(83,101,109); }
H1.HeaderClassName
{
color: #53656D;
}
.AnyTagClassName
{
color: #53656D;
}
</style>
background-color css
<style>
a { background-color: #53656D; }
a { background-color: rgb(83,101,109); }
div.DivClassName
{
background-color: #53656D;
}
.BgClassName
{
background-color: #53656D;
}
</style>
border-color css
<style>
span { border-color: #53656D; }
span { border-color: rgb(83,101,109); }
td.TdClassName
{
border-color: #53656D;
}
.TagClassName
{
border-color: #53656D;
}
</style>