Shades of Smalt Blue #50646B
Tints of Smalt Blue #50646B
RGB
CMYK
RGB Variations
Color information
#50646B (or 0x50646B) is known color: Smalt Blue. HEX triplet: 50, 64 and 6B. RGB value is (80,100,107). Sum of RGB (Red+Green+Blue) = 80+100+107=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #50646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50646B is #AF9B94. Grayscale: #5E5E5E. Windows color (decimal): -11508629 or 7038032. OLE color: 7038032.
HSL color Cylindrical-coordinate representation of color #50646B: hue angle of 195.56º 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 #50646B is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 100 | 107 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.58 |
| HSL | 195.56º | 0.14% | 0.37% | - |
| HSV(B) | 195.56º | 0.25% | 0.42% | - |
| XYZ | 10.52 | 11.88 | 15.65 | - |
| YUV | 94.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 107 | 0.25 | 0.07 | 0 | 0.58 | 195.56 | 0.14 | 0.37 |
| Hex | 50 | 64 | 6B | 19 | 7 | 0 | 3A | C4 | E | 25 |
| Octal | 120 | 144 | 153 | 31 | 7 | 0 | 72 | 304 | 16 | 45 |
| Binary | 1010000 | 1100100 | 1101011 | 11001 | 111 | 0 | 111010 | 11000100 | 1110 | 100101 |
Color Harmonies of #50646B
Complementary color
Monochromatic Colors of #50646B
Black with #50646B
Text Example
Text Example
White with #50646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50646B; }
p { color: rgb(80,100,107); }
H1.HeaderClassName
{
color: #50646B;
}
.AnyTagClassName
{
color: #50646B;
}
</style>
background-color css
<style>
a { background-color: #50646B; }
a { background-color: rgb(80,100,107); }
div.DivClassName
{
background-color: #50646B;
}
.BgClassName
{
background-color: #50646B;
}
</style>
border-color css
<style>
span { border-color: #50646B; }
span { border-color: rgb(80,100,107); }
td.TdClassName
{
border-color: #50646B;
}
.TagClassName
{
border-color: #50646B;
}
</style>