Shades of Bright Grey #515663
Tints of Bright Grey #515663
RGB
CMYK
RGB Variations
Color information
#515663 (or 0x515663) is known color: Bright Grey. HEX triplet: 51, 56 and 63. RGB value is (81,86,99). Sum of RGB (Red+Green+Blue) = 81+86+99=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #515663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515663 is #AEA99C. Grayscale: #555555. Windows color (decimal): -11446685 or 6510161. OLE color: 6510161.
HSL color Cylindrical-coordinate representation of color #515663: hue angle of 223.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515663 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 86 | 99 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.61 |
| HSL | 223.33º | 0.1% | 0.35% | - |
| HSV(B) | 223.33º | 0.18% | 0.39% | - |
| XYZ | 8.97 | 9.31 | 13.13 | - |
| YUV | 85.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 99 | 0.18 | 0.13 | 0 | 0.61 | 223.33 | 0.1 | 0.35 |
| Hex | 51 | 56 | 63 | 12 | D | 0 | 3D | DF | A | 23 |
| Octal | 121 | 126 | 143 | 22 | 15 | 0 | 75 | 337 | 12 | 43 |
| Binary | 1010001 | 1010110 | 1100011 | 10010 | 1101 | 0 | 111101 | 11011111 | 1010 | 100011 |
Color Harmonies of #515663
Complementary color
Monochromatic Colors of #515663
Black with #515663
Text Example
Text Example
White with #515663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515663; }
p { color: rgb(81,86,99); }
H1.HeaderClassName
{
color: #515663;
}
.AnyTagClassName
{
color: #515663;
}
</style>
background-color css
<style>
a { background-color: #515663; }
a { background-color: rgb(81,86,99); }
div.DivClassName
{
background-color: #515663;
}
.BgClassName
{
background-color: #515663;
}
</style>
border-color css
<style>
span { border-color: #515663; }
span { border-color: rgb(81,86,99); }
td.TdClassName
{
border-color: #515663;
}
.TagClassName
{
border-color: #515663;
}
</style>