Shades of Smalt Blue #506367
Tints of Smalt Blue #506367
RGB
CMYK
RGB Variations
Color information
#506367 (or 0x506367) is known color: Smalt Blue. HEX triplet: 50, 63 and 67. RGB value is (80,99,103). Sum of RGB (Red+Green+Blue) = 80+99+103=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #506367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506367 is #AF9C98. Grayscale: #5D5D5D. Windows color (decimal): -11508889 or 6775632. OLE color: 6775632.
HSL color Cylindrical-coordinate representation of color #506367: hue angle of 190.43º degrees, saturation: 0.13, 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 #506367 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 99 | 103 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.60 |
| HSL | 190.43º | 0.13% | 0.36% | - |
| HSV(B) | 190.43º | 0.22% | 0.4% | - |
| XYZ | 10.22 | 11.61 | 14.53 | - |
| YUV | 93.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 103 | 0.22 | 0.04 | 0 | 0.60 | 190.43 | 0.13 | 0.36 |
| Hex | 50 | 63 | 67 | 16 | 4 | 0 | 3C | BE | D | 24 |
| Octal | 120 | 143 | 147 | 26 | 4 | 0 | 74 | 276 | 15 | 44 |
| Binary | 1010000 | 1100011 | 1100111 | 10110 | 100 | 0 | 111100 | 10111110 | 1101 | 100100 |
Color Harmonies of #506367
Complementary color
Monochromatic Colors of #506367
Black with #506367
Text Example
Text Example
White with #506367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506367; }
p { color: rgb(80,99,103); }
H1.HeaderClassName
{
color: #506367;
}
.AnyTagClassName
{
color: #506367;
}
</style>
background-color css
<style>
a { background-color: #506367; }
a { background-color: rgb(80,99,103); }
div.DivClassName
{
background-color: #506367;
}
.BgClassName
{
background-color: #506367;
}
</style>
border-color css
<style>
span { border-color: #506367; }
span { border-color: rgb(80,99,103); }
td.TdClassName
{
border-color: #506367;
}
.TagClassName
{
border-color: #506367;
}
</style>