Shades of Shuttle Grey #516070
Tints of Shuttle Grey #516070
RGB
CMYK
RGB Variations
Color information
#516070 (or 0x516070) is known color: Shuttle Grey. HEX triplet: 51, 60 and 70. RGB value is (81,96,112). Sum of RGB (Red+Green+Blue) = 81+96+112=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #516070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516070 is #AE9F8F. Grayscale: #5D5D5D. Windows color (decimal): -11444112 or 7364689. OLE color: 7364689.
HSL color Cylindrical-coordinate representation of color #516070: hue angle of 210.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516070 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 96 | 112 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.56 |
| HSL | 210.97º | 0.16% | 0.38% | - |
| HSV(B) | 210.97º | 0.28% | 0.44% | - |
| XYZ | 10.5 | 11.28 | 16.95 | - |
| YUV | 93.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 112 | 0.28 | 0.14 | 0 | 0.56 | 210.97 | 0.16 | 0.38 |
| Hex | 51 | 60 | 70 | 1C | E | 0 | 38 | D3 | 10 | 26 |
| Octal | 121 | 140 | 160 | 34 | 16 | 0 | 70 | 323 | 20 | 46 |
| Binary | 1010001 | 1100000 | 1110000 | 11100 | 1110 | 0 | 111000 | 11010011 | 10000 | 100110 |
Color Harmonies of #516070
Complementary color
Monochromatic Colors of #516070
Black with #516070
Text Example
Text Example
White with #516070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516070; }
p { color: rgb(81,96,112); }
H1.HeaderClassName
{
color: #516070;
}
.AnyTagClassName
{
color: #516070;
}
</style>
background-color css
<style>
a { background-color: #516070; }
a { background-color: rgb(81,96,112); }
div.DivClassName
{
background-color: #516070;
}
.BgClassName
{
background-color: #516070;
}
</style>
border-color css
<style>
span { border-color: #516070; }
span { border-color: rgb(81,96,112); }
td.TdClassName
{
border-color: #516070;
}
.TagClassName
{
border-color: #516070;
}
</style>