Shades of Shuttle Grey #515F6E
Tints of Shuttle Grey #515F6E
RGB
CMYK
RGB Variations
Color information
#515F6E (or 0x515F6E) is known color: Shuttle Grey. HEX triplet: 51, 5F and 6E. RGB value is (81,95,110). Sum of RGB (Red+Green+Blue) = 81+95+110=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #515F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6E is #AEA091. Grayscale: #5C5C5C. Windows color (decimal): -11444370 or 7233361. OLE color: 7233361.
HSL color Cylindrical-coordinate representation of color #515F6E: hue angle of 211.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515F6E is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 95 | 110 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.57 |
| HSL | 211.03º | 0.15% | 0.37% | - |
| HSV(B) | 211.03º | 0.26% | 0.43% | - |
| XYZ | 10.3 | 11.06 | 16.34 | - |
| YUV | 92.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 110 | 0.26 | 0.14 | 0 | 0.57 | 211.03 | 0.15 | 0.37 |
| Hex | 51 | 5F | 6E | 1A | E | 0 | 39 | D3 | F | 25 |
| Octal | 121 | 137 | 156 | 32 | 16 | 0 | 71 | 323 | 17 | 45 |
| Binary | 1010001 | 1011111 | 1101110 | 11010 | 1110 | 0 | 111001 | 11010011 | 1111 | 100101 |
Color Harmonies of #515F6E
Complementary color
Monochromatic Colors of #515F6E
Black with #515F6E
Text Example
Text Example
White with #515F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F6E; }
p { color: rgb(81,95,110); }
H1.HeaderClassName
{
color: #515F6E;
}
.AnyTagClassName
{
color: #515F6E;
}
</style>
background-color css
<style>
a { background-color: #515F6E; }
a { background-color: rgb(81,95,110); }
div.DivClassName
{
background-color: #515F6E;
}
.BgClassName
{
background-color: #515F6E;
}
</style>
border-color css
<style>
span { border-color: #515F6E; }
span { border-color: rgb(81,95,110); }
td.TdClassName
{
border-color: #515F6E;
}
.TagClassName
{
border-color: #515F6E;
}
</style>