Shades of Smalt Blue #51656D
Tints of Smalt Blue #51656D
RGB
CMYK
RGB Variations
Color information
#51656D (or 0x51656D) is known color: Smalt Blue. HEX triplet: 51, 65 and 6D. RGB value is (81,101,109). Sum of RGB (Red+Green+Blue) = 81+101+109=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #51656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51656D is #AE9A92. Grayscale: #5F5F5F. Windows color (decimal): -11442835 or 7169361. OLE color: 7169361.
HSL color Cylindrical-coordinate representation of color #51656D: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51656D is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 101 | 109 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.57 |
| HSL | 197.14º | 0.15% | 0.37% | - |
| HSV(B) | 197.14º | 0.26% | 0.43% | - |
| XYZ | 10.81 | 12.16 | 16.25 | - |
| YUV | 95.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 109 | 0.26 | 0.07 | 0 | 0.57 | 197.14 | 0.15 | 0.37 |
| Hex | 51 | 65 | 6D | 1A | 7 | 0 | 39 | C5 | F | 25 |
| Octal | 121 | 145 | 155 | 32 | 7 | 0 | 71 | 305 | 17 | 45 |
| Binary | 1010001 | 1100101 | 1101101 | 11010 | 111 | 0 | 111001 | 11000101 | 1111 | 100101 |
Color Harmonies of #51656D
Complementary color
Monochromatic Colors of #51656D
Black with #51656D
Text Example
Text Example
White with #51656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51656D; }
p { color: rgb(81,101,109); }
H1.HeaderClassName
{
color: #51656D;
}
.AnyTagClassName
{
color: #51656D;
}
</style>
background-color css
<style>
a { background-color: #51656D; }
a { background-color: rgb(81,101,109); }
div.DivClassName
{
background-color: #51656D;
}
.BgClassName
{
background-color: #51656D;
}
</style>
border-color css
<style>
span { border-color: #51656D; }
span { border-color: rgb(81,101,109); }
td.TdClassName
{
border-color: #51656D;
}
.TagClassName
{
border-color: #51656D;
}
</style>