Shades of Smalt Blue #50666C
Tints of Smalt Blue #50666C
RGB
CMYK
RGB Variations
Color information
#50666C (or 0x50666C) is known color: Smalt Blue. HEX triplet: 50, 66 and 6C. RGB value is (80,102,108). Sum of RGB (Red+Green+Blue) = 80+102+108=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #50666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666C is #AF9993. Grayscale: #606060. Windows color (decimal): -11508116 or 7104080. OLE color: 7104080.
HSL color Cylindrical-coordinate representation of color #50666C: hue angle of 192.86º 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 #50666C is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 102 | 108 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.58 |
| HSL | 192.86º | 0.15% | 0.37% | - |
| HSV(B) | 192.86º | 0.26% | 0.42% | - |
| XYZ | 10.77 | 12.29 | 15.99 | - |
| YUV | 96.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 108 | 0.26 | 0.06 | 0 | 0.58 | 192.86 | 0.15 | 0.37 |
| Hex | 50 | 66 | 6C | 1A | 6 | 0 | 3A | C1 | F | 25 |
| Octal | 120 | 146 | 154 | 32 | 6 | 0 | 72 | 301 | 17 | 45 |
| Binary | 1010000 | 1100110 | 1101100 | 11010 | 110 | 0 | 111010 | 11000001 | 1111 | 100101 |
Color Harmonies of #50666C
Complementary color
Monochromatic Colors of #50666C
Black with #50666C
Text Example
Text Example
White with #50666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50666C; }
p { color: rgb(80,102,108); }
H1.HeaderClassName
{
color: #50666C;
}
.AnyTagClassName
{
color: #50666C;
}
</style>
background-color css
<style>
a { background-color: #50666C; }
a { background-color: rgb(80,102,108); }
div.DivClassName
{
background-color: #50666C;
}
.BgClassName
{
background-color: #50666C;
}
</style>
border-color css
<style>
span { border-color: #50666C; }
span { border-color: rgb(80,102,108); }
td.TdClassName
{
border-color: #50666C;
}
.TagClassName
{
border-color: #50666C;
}
</style>