Shades of Smalt Blue #50646C
Tints of Smalt Blue #50646C
RGB
CMYK
RGB Variations
Color information
#50646C (or 0x50646C) is known color: Smalt Blue. HEX triplet: 50, 64 and 6C. RGB value is (80,100,108). Sum of RGB (Red+Green+Blue) = 80+100+108=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #50646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50646C is #AF9B93. Grayscale: #5E5E5E. Windows color (decimal): -11508628 or 7103568. OLE color: 7103568.
HSL color Cylindrical-coordinate representation of color #50646C: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50646C is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 100 | 108 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.58 |
| HSL | 197.14º | 0.15% | 0.37% | - |
| HSV(B) | 197.14º | 0.26% | 0.42% | - |
| XYZ | 10.57 | 11.9 | 15.93 | - |
| YUV | 94.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 108 | 0.26 | 0.07 | 0 | 0.58 | 197.14 | 0.15 | 0.37 |
| Hex | 50 | 64 | 6C | 1A | 7 | 0 | 3A | C5 | F | 25 |
| Octal | 120 | 144 | 154 | 32 | 7 | 0 | 72 | 305 | 17 | 45 |
| Binary | 1010000 | 1100100 | 1101100 | 11010 | 111 | 0 | 111010 | 11000101 | 1111 | 100101 |
Color Harmonies of #50646C
Complementary color
Monochromatic Colors of #50646C
Black with #50646C
Text Example
Text Example
White with #50646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50646C; }
p { color: rgb(80,100,108); }
H1.HeaderClassName
{
color: #50646C;
}
.AnyTagClassName
{
color: #50646C;
}
</style>
background-color css
<style>
a { background-color: #50646C; }
a { background-color: rgb(80,100,108); }
div.DivClassName
{
background-color: #50646C;
}
.BgClassName
{
background-color: #50646C;
}
</style>
border-color css
<style>
span { border-color: #50646C; }
span { border-color: rgb(80,100,108); }
td.TdClassName
{
border-color: #50646C;
}
.TagClassName
{
border-color: #50646C;
}
</style>