Shades of Smalt Blue #53666E
Tints of Smalt Blue #53666E
RGB
CMYK
RGB Variations
Color information
#53666E (or 0x53666E) is known color: Smalt Blue. HEX triplet: 53, 66 and 6E. RGB value is (83,102,110). Sum of RGB (Red+Green+Blue) = 83+102+110=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #53666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53666E is #AC9991. Grayscale: #616161. Windows color (decimal): -11311506 or 7235155. OLE color: 7235155.
HSL color Cylindrical-coordinate representation of color #53666E: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53666E is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 102 | 110 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.57 |
| HSL | 197.78º | 0.14% | 0.38% | - |
| HSV(B) | 197.78º | 0.25% | 0.43% | - |
| XYZ | 11.13 | 12.47 | 16.57 | - |
| YUV | 97.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 110 | 0.25 | 0.07 | 0 | 0.57 | 197.78 | 0.14 | 0.38 |
| Hex | 53 | 66 | 6E | 19 | 7 | 0 | 39 | C6 | E | 26 |
| Octal | 123 | 146 | 156 | 31 | 7 | 0 | 71 | 306 | 16 | 46 |
| Binary | 1010011 | 1100110 | 1101110 | 11001 | 111 | 0 | 111001 | 11000110 | 1110 | 100110 |
Color Harmonies of #53666E
Complementary color
Monochromatic Colors of #53666E
Black with #53666E
Text Example
Text Example
White with #53666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53666E; }
p { color: rgb(83,102,110); }
H1.HeaderClassName
{
color: #53666E;
}
.AnyTagClassName
{
color: #53666E;
}
</style>
background-color css
<style>
a { background-color: #53666E; }
a { background-color: rgb(83,102,110); }
div.DivClassName
{
background-color: #53666E;
}
.BgClassName
{
background-color: #53666E;
}
</style>
border-color css
<style>
span { border-color: #53666E; }
span { border-color: rgb(83,102,110); }
td.TdClassName
{
border-color: #53666E;
}
.TagClassName
{
border-color: #53666E;
}
</style>