Shades of Smalt Blue #50656A
Tints of Smalt Blue #50656A
RGB
CMYK
RGB Variations
Color information
#50656A (or 0x50656A) is known color: Smalt Blue. HEX triplet: 50, 65 and 6A. RGB value is (80,101,106). Sum of RGB (Red+Green+Blue) = 80+101+106=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #50656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50656A is #AF9A95. Grayscale: #5F5F5F. Windows color (decimal): -11508374 or 6972752. OLE color: 6972752.
HSL color Cylindrical-coordinate representation of color #50656A: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50656A is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 101 | 106 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.58 |
| HSL | 191.54º | 0.14% | 0.36% | - |
| HSV(B) | 191.54º | 0.25% | 0.42% | - |
| XYZ | 10.56 | 12.05 | 15.41 | - |
| YUV | 95.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 106 | 0.25 | 0.05 | 0 | 0.58 | 191.54 | 0.14 | 0.36 |
| Hex | 50 | 65 | 6A | 19 | 5 | 0 | 3A | C0 | E | 24 |
| Octal | 120 | 145 | 152 | 31 | 5 | 0 | 72 | 300 | 16 | 44 |
| Binary | 1010000 | 1100101 | 1101010 | 11001 | 101 | 0 | 111010 | 11000000 | 1110 | 100100 |
Color Harmonies of #50656A
Complementary color
Monochromatic Colors of #50656A
Black with #50656A
Text Example
Text Example
White with #50656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50656A; }
p { color: rgb(80,101,106); }
H1.HeaderClassName
{
color: #50656A;
}
.AnyTagClassName
{
color: #50656A;
}
</style>
background-color css
<style>
a { background-color: #50656A; }
a { background-color: rgb(80,101,106); }
div.DivClassName
{
background-color: #50656A;
}
.BgClassName
{
background-color: #50656A;
}
</style>
border-color css
<style>
span { border-color: #50656A; }
span { border-color: rgb(80,101,106); }
td.TdClassName
{
border-color: #50656A;
}
.TagClassName
{
border-color: #50656A;
}
</style>