Shades of Smalt Blue #506266
Tints of Smalt Blue #506266
RGB
CMYK
RGB Variations
Color information
#506266 (or 0x506266) is known color: Smalt Blue. HEX triplet: 50, 62 and 66. RGB value is (80,98,102). Sum of RGB (Red+Green+Blue) = 80+98+102=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 102 - color contains mainly: blue. Hex color #506266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506266 is #AF9D99. Grayscale: #5D5D5D. Windows color (decimal): -11509146 or 6709840. OLE color: 6709840.
HSL color Cylindrical-coordinate representation of color #506266: hue angle of 190.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506266 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 98 | 102 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.6 |
| HSL | 190.91º | 0.12% | 0.36% | - |
| HSV(B) | 190.91º | 0.22% | 0.4% | - |
| XYZ | 10.07 | 11.4 | 14.24 | - |
| YUV | 93.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 102 | 0.22 | 0.04 | 0 | 0.6 | 190.91 | 0.12 | 0.36 |
| Hex | 50 | 62 | 66 | 16 | 4 | 0 | 3C | BF | C | 24 |
| Octal | 120 | 142 | 146 | 26 | 4 | 0 | 74 | 277 | 14 | 44 |
| Binary | 1010000 | 1100010 | 1100110 | 10110 | 100 | 0 | 111100 | 10111111 | 1100 | 100100 |
Color Harmonies of #506266
Complementary color
Monochromatic Colors of #506266
Black with #506266
Text Example
Text Example
White with #506266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506266; }
p { color: rgb(80,98,102); }
H1.HeaderClassName
{
color: #506266;
}
.AnyTagClassName
{
color: #506266;
}
</style>
background-color css
<style>
a { background-color: #506266; }
a { background-color: rgb(80,98,102); }
div.DivClassName
{
background-color: #506266;
}
.BgClassName
{
background-color: #506266;
}
</style>
border-color css
<style>
span { border-color: #506266; }
span { border-color: rgb(80,98,102); }
td.TdClassName
{
border-color: #506266;
}
.TagClassName
{
border-color: #506266;
}
</style>