Shades of Smalt Blue #506268
Tints of Smalt Blue #506268
RGB
CMYK
RGB Variations
Color information
#506268 (or 0x506268) is known color: Smalt Blue. HEX triplet: 50, 62 and 68. RGB value is (80,98,104). Sum of RGB (Red+Green+Blue) = 80+98+104=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #506268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506268 is #AF9D97. Grayscale: #5D5D5D. Windows color (decimal): -11509144 or 6840912. OLE color: 6840912.
HSL color Cylindrical-coordinate representation of color #506268: hue angle of 195º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506268 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 98 | 104 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.59 |
| HSL | 195º | 0.13% | 0.36% | - |
| HSV(B) | 195º | 0.23% | 0.41% | - |
| XYZ | 10.17 | 11.44 | 14.77 | - |
| YUV | 93.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 104 | 0.23 | 0.06 | 0 | 0.59 | 195 | 0.13 | 0.36 |
| Hex | 50 | 62 | 68 | 17 | 6 | 0 | 3B | C3 | D | 24 |
| Octal | 120 | 142 | 150 | 27 | 6 | 0 | 73 | 303 | 15 | 44 |
| Binary | 1010000 | 1100010 | 1101000 | 10111 | 110 | 0 | 111011 | 11000011 | 1101 | 100100 |
Color Harmonies of #506268
Complementary color
Monochromatic Colors of #506268
Black with #506268
Text Example
Text Example
White with #506268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506268; }
p { color: rgb(80,98,104); }
H1.HeaderClassName
{
color: #506268;
}
.AnyTagClassName
{
color: #506268;
}
</style>
background-color css
<style>
a { background-color: #506268; }
a { background-color: rgb(80,98,104); }
div.DivClassName
{
background-color: #506268;
}
.BgClassName
{
background-color: #506268;
}
</style>
border-color css
<style>
span { border-color: #506268; }
span { border-color: rgb(80,98,104); }
td.TdClassName
{
border-color: #506268;
}
.TagClassName
{
border-color: #506268;
}
</style>