Shades of Shuttle Grey #515E6C
Tints of Shuttle Grey #515E6C
RGB
CMYK
RGB Variations
Color information
#515E6C (or 0x515E6C) is known color: Shuttle Grey. HEX triplet: 51, 5E and 6C. RGB value is (81,94,108). Sum of RGB (Red+Green+Blue) = 81+94+108=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #515E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E6C is #AEA193. Grayscale: #5B5B5B. Windows color (decimal): -11444628 or 7102033. OLE color: 7102033.
HSL color Cylindrical-coordinate representation of color #515E6C: hue angle of 211.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #515E6C is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 94 | 108 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.58 |
| HSL | 211.11º | 0.14% | 0.37% | - |
| HSV(B) | 211.11º | 0.25% | 0.42% | - |
| XYZ | 10.1 | 10.84 | 15.75 | - |
| YUV | 91.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 108 | 0.25 | 0.13 | 0 | 0.58 | 211.11 | 0.14 | 0.37 |
| Hex | 51 | 5E | 6C | 19 | D | 0 | 3A | D3 | E | 25 |
| Octal | 121 | 136 | 154 | 31 | 15 | 0 | 72 | 323 | 16 | 45 |
| Binary | 1010001 | 1011110 | 1101100 | 11001 | 1101 | 0 | 111010 | 11010011 | 1110 | 100101 |
Color Harmonies of #515E6C
Complementary color
Monochromatic Colors of #515E6C
Black with #515E6C
Text Example
Text Example
White with #515E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515E6C; }
p { color: rgb(81,94,108); }
H1.HeaderClassName
{
color: #515E6C;
}
.AnyTagClassName
{
color: #515E6C;
}
</style>
background-color css
<style>
a { background-color: #515E6C; }
a { background-color: rgb(81,94,108); }
div.DivClassName
{
background-color: #515E6C;
}
.BgClassName
{
background-color: #515E6C;
}
</style>
border-color css
<style>
span { border-color: #515E6C; }
span { border-color: rgb(81,94,108); }
td.TdClassName
{
border-color: #515E6C;
}
.TagClassName
{
border-color: #515E6C;
}
</style>