Shades of Bright Grey #515660
Tints of Bright Grey #515660
RGB
CMYK
RGB Variations
Color information
#515660 (or 0x515660) is known color: Bright Grey. HEX triplet: 51, 56 and 60. RGB value is (81,86,96). Sum of RGB (Red+Green+Blue) = 81+86+96=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #515660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515660 is #AEA99F. Grayscale: #555555. Windows color (decimal): -11446688 or 6313553. OLE color: 6313553.
HSL color Cylindrical-coordinate representation of color #515660: hue angle of 220º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515660 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 86 | 96 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.62 |
| HSL | 220º | 0.08% | 0.35% | - |
| HSV(B) | 220º | 0.16% | 0.38% | - |
| XYZ | 8.83 | 9.25 | 12.39 | - |
| YUV | 85.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 96 | 0.16 | 0.10 | 0 | 0.62 | 220 | 0.08 | 0.35 |
| Hex | 51 | 56 | 60 | 10 | A | 0 | 3E | DC | 8 | 23 |
| Octal | 121 | 126 | 140 | 20 | 12 | 0 | 76 | 334 | 10 | 43 |
| Binary | 1010001 | 1010110 | 1100000 | 10000 | 1010 | 0 | 111110 | 11011100 | 1000 | 100011 |
Color Harmonies of #515660
Complementary color
Monochromatic Colors of #515660
Black with #515660
Text Example
Text Example
White with #515660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515660; }
p { color: rgb(81,86,96); }
H1.HeaderClassName
{
color: #515660;
}
.AnyTagClassName
{
color: #515660;
}
</style>
background-color css
<style>
a { background-color: #515660; }
a { background-color: rgb(81,86,96); }
div.DivClassName
{
background-color: #515660;
}
.BgClassName
{
background-color: #515660;
}
</style>
border-color css
<style>
span { border-color: #515660; }
span { border-color: rgb(81,86,96); }
td.TdClassName
{
border-color: #515660;
}
.TagClassName
{
border-color: #515660;
}
</style>