Shades of Smalt Blue #515F63
Tints of Smalt Blue #515F63
RGB
CMYK
RGB Variations
Color information
#515F63 (or 0x515F63) is known color: Smalt Blue. HEX triplet: 51, 5F and 63. RGB value is (81,95,99). Sum of RGB (Red+Green+Blue) = 81+95+99=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #515F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F63 is #AEA09C. Grayscale: #5B5B5B. Windows color (decimal): -11444381 or 6512465. OLE color: 6512465.
HSL color Cylindrical-coordinate representation of color #515F63: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515F63 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 95 | 99 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.61 |
| HSL | 193.33º | 0.1% | 0.35% | - |
| HSV(B) | 193.33º | 0.18% | 0.39% | - |
| XYZ | 9.74 | 10.83 | 13.38 | - |
| YUV | 91.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 99 | 0.18 | 0.04 | 0 | 0.61 | 193.33 | 0.1 | 0.35 |
| Hex | 51 | 5F | 63 | 12 | 4 | 0 | 3D | C1 | A | 23 |
| Octal | 121 | 137 | 143 | 22 | 4 | 0 | 75 | 301 | 12 | 43 |
| Binary | 1010001 | 1011111 | 1100011 | 10010 | 100 | 0 | 111101 | 11000001 | 1010 | 100011 |
Color Harmonies of #515F63
Complementary color
Monochromatic Colors of #515F63
Black with #515F63
Text Example
Text Example
White with #515F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F63; }
p { color: rgb(81,95,99); }
H1.HeaderClassName
{
color: #515F63;
}
.AnyTagClassName
{
color: #515F63;
}
</style>
background-color css
<style>
a { background-color: #515F63; }
a { background-color: rgb(81,95,99); }
div.DivClassName
{
background-color: #515F63;
}
.BgClassName
{
background-color: #515F63;
}
</style>
border-color css
<style>
span { border-color: #515F63; }
span { border-color: rgb(81,95,99); }
td.TdClassName
{
border-color: #515F63;
}
.TagClassName
{
border-color: #515F63;
}
</style>