Shades of Smalt Blue #506368
Tints of Smalt Blue #506368
RGB
CMYK
RGB Variations
Color information
#506368 (or 0x506368) is known color: Smalt Blue. HEX triplet: 50, 63 and 68. RGB value is (80,99,104). Sum of RGB (Red+Green+Blue) = 80+99+104=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #506368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506368 is #AF9C97. Grayscale: #5D5D5D. Windows color (decimal): -11508888 or 6841168. OLE color: 6841168.
HSL color Cylindrical-coordinate representation of color #506368: hue angle of 192.5º 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 #506368 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 99 | 104 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.59 |
| HSL | 192.5º | 0.13% | 0.36% | - |
| HSV(B) | 192.5º | 0.23% | 0.41% | - |
| XYZ | 10.27 | 11.63 | 14.8 | - |
| YUV | 93.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 104 | 0.23 | 0.05 | 0 | 0.59 | 192.5 | 0.13 | 0.36 |
| Hex | 50 | 63 | 68 | 17 | 5 | 0 | 3B | C0 | D | 24 |
| Octal | 120 | 143 | 150 | 27 | 5 | 0 | 73 | 300 | 15 | 44 |
| Binary | 1010000 | 1100011 | 1101000 | 10111 | 101 | 0 | 111011 | 11000000 | 1101 | 100100 |
Color Harmonies of #506368
Complementary color
Monochromatic Colors of #506368
Black with #506368
Text Example
Text Example
White with #506368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506368; }
p { color: rgb(80,99,104); }
H1.HeaderClassName
{
color: #506368;
}
.AnyTagClassName
{
color: #506368;
}
</style>
background-color css
<style>
a { background-color: #506368; }
a { background-color: rgb(80,99,104); }
div.DivClassName
{
background-color: #506368;
}
.BgClassName
{
background-color: #506368;
}
</style>
border-color css
<style>
span { border-color: #506368; }
span { border-color: rgb(80,99,104); }
td.TdClassName
{
border-color: #506368;
}
.TagClassName
{
border-color: #506368;
}
</style>