Shades of Bright Grey #515966
Tints of Bright Grey #515966
RGB
CMYK
RGB Variations
Color information
#515966 (or 0x515966) is known color: Bright Grey. HEX triplet: 51, 59 and 66. RGB value is (81,89,102). Sum of RGB (Red+Green+Blue) = 81+89+102=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #515966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515966 is #AEA699. Grayscale: #585858. Windows color (decimal): -11445914 or 6707537. OLE color: 6707537.
HSL color Cylindrical-coordinate representation of color #515966: hue angle of 217.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515966 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 89 | 102 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.6 |
| HSL | 217.14º | 0.11% | 0.36% | - |
| HSV(B) | 217.14º | 0.21% | 0.4% | - |
| XYZ | 9.36 | 9.85 | 13.98 | - |
| YUV | 88.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 102 | 0.21 | 0.13 | 0 | 0.6 | 217.14 | 0.11 | 0.36 |
| Hex | 51 | 59 | 66 | 15 | D | 0 | 3C | D9 | B | 24 |
| Octal | 121 | 131 | 146 | 25 | 15 | 0 | 74 | 331 | 13 | 44 |
| Binary | 1010001 | 1011001 | 1100110 | 10101 | 1101 | 0 | 111100 | 11011001 | 1011 | 100100 |
Color Harmonies of #515966
Complementary color
Monochromatic Colors of #515966
Black with #515966
Text Example
Text Example
White with #515966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515966; }
p { color: rgb(81,89,102); }
H1.HeaderClassName
{
color: #515966;
}
.AnyTagClassName
{
color: #515966;
}
</style>
background-color css
<style>
a { background-color: #515966; }
a { background-color: rgb(81,89,102); }
div.DivClassName
{
background-color: #515966;
}
.BgClassName
{
background-color: #515966;
}
</style>
border-color css
<style>
span { border-color: #515966; }
span { border-color: rgb(81,89,102); }
td.TdClassName
{
border-color: #515966;
}
.TagClassName
{
border-color: #515966;
}
</style>