Shades of Smalt Blue #51646C
Tints of Smalt Blue #51646C
RGB
CMYK
RGB Variations
Color information
#51646C (or 0x51646C) is known color: Smalt Blue. HEX triplet: 51, 64 and 6C. RGB value is (81,100,108). Sum of RGB (Red+Green+Blue) = 81+100+108=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #51646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51646C is #AE9B93. Grayscale: #5F5F5F. Windows color (decimal): -11443092 or 7103569. OLE color: 7103569.
HSL color Cylindrical-coordinate representation of color #51646C: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51646C is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 100 | 108 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.58 |
| HSL | 197.78º | 0.14% | 0.37% | - |
| HSV(B) | 197.78º | 0.25% | 0.42% | - |
| XYZ | 10.66 | 11.95 | 15.93 | - |
| YUV | 95.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 108 | 0.25 | 0.07 | 0 | 0.58 | 197.78 | 0.14 | 0.37 |
| Hex | 51 | 64 | 6C | 19 | 7 | 0 | 3A | C6 | E | 25 |
| Octal | 121 | 144 | 154 | 31 | 7 | 0 | 72 | 306 | 16 | 45 |
| Binary | 1010001 | 1100100 | 1101100 | 11001 | 111 | 0 | 111010 | 11000110 | 1110 | 100101 |
Color Harmonies of #51646C
Complementary color
Monochromatic Colors of #51646C
Black with #51646C
Text Example
Text Example
White with #51646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51646C; }
p { color: rgb(81,100,108); }
H1.HeaderClassName
{
color: #51646C;
}
.AnyTagClassName
{
color: #51646C;
}
</style>
background-color css
<style>
a { background-color: #51646C; }
a { background-color: rgb(81,100,108); }
div.DivClassName
{
background-color: #51646C;
}
.BgClassName
{
background-color: #51646C;
}
</style>
border-color css
<style>
span { border-color: #51646C; }
span { border-color: rgb(81,100,108); }
td.TdClassName
{
border-color: #51646C;
}
.TagClassName
{
border-color: #51646C;
}
</style>