Shades of Shuttle Grey #515D6B
Tints of Shuttle Grey #515D6B
RGB
CMYK
RGB Variations
Color information
#515D6B (or 0x515D6B) is known color: Shuttle Grey. HEX triplet: 51, 5D and 6B. RGB value is (81,93,107). Sum of RGB (Red+Green+Blue) = 81+93+107=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #515D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D6B is #AEA294. Grayscale: #5A5A5A. Windows color (decimal): -11444885 or 7036241. OLE color: 7036241.
HSL color Cylindrical-coordinate representation of color #515D6B: hue angle of 212.31º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515D6B is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 93 | 107 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.58 |
| HSL | 212.31º | 0.14% | 0.37% | - |
| HSV(B) | 212.31º | 0.24% | 0.42% | - |
| XYZ | 9.96 | 10.64 | 15.44 | - |
| YUV | 91.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 107 | 0.24 | 0.13 | 0 | 0.58 | 212.31 | 0.14 | 0.37 |
| Hex | 51 | 5D | 6B | 18 | D | 0 | 3A | D4 | E | 25 |
| Octal | 121 | 135 | 153 | 30 | 15 | 0 | 72 | 324 | 16 | 45 |
| Binary | 1010001 | 1011101 | 1101011 | 11000 | 1101 | 0 | 111010 | 11010100 | 1110 | 100101 |
Color Harmonies of #515D6B
Complementary color
Monochromatic Colors of #515D6B
Black with #515D6B
Text Example
Text Example
White with #515D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D6B; }
p { color: rgb(81,93,107); }
H1.HeaderClassName
{
color: #515D6B;
}
.AnyTagClassName
{
color: #515D6B;
}
</style>
background-color css
<style>
a { background-color: #515D6B; }
a { background-color: rgb(81,93,107); }
div.DivClassName
{
background-color: #515D6B;
}
.BgClassName
{
background-color: #515D6B;
}
</style>
border-color css
<style>
span { border-color: #515D6B; }
span { border-color: rgb(81,93,107); }
td.TdClassName
{
border-color: #515D6B;
}
.TagClassName
{
border-color: #515D6B;
}
</style>