Shades of Bright Grey #515763
Tints of Bright Grey #515763
RGB
CMYK
RGB Variations
Color information
#515763 (or 0x515763) is known color: Bright Grey. HEX triplet: 51, 57 and 63. RGB value is (81,87,99). Sum of RGB (Red+Green+Blue) = 81+87+99=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #515763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515763 is #AEA89C. Grayscale: #565656. Windows color (decimal): -11446429 or 6510417. OLE color: 6510417.
HSL color Cylindrical-coordinate representation of color #515763: hue angle of 220º 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 #515763 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 87 | 99 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.61 |
| HSL | 220º | 0.1% | 0.35% | - |
| HSV(B) | 220º | 0.18% | 0.39% | - |
| XYZ | 9.05 | 9.47 | 13.15 | - |
| YUV | 86.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 99 | 0.18 | 0.12 | 0 | 0.61 | 220 | 0.1 | 0.35 |
| Hex | 51 | 57 | 63 | 12 | C | 0 | 3D | DC | A | 23 |
| Octal | 121 | 127 | 143 | 22 | 14 | 0 | 75 | 334 | 12 | 43 |
| Binary | 1010001 | 1010111 | 1100011 | 10010 | 1100 | 0 | 111101 | 11011100 | 1010 | 100011 |
Color Harmonies of #515763
Complementary color
Monochromatic Colors of #515763
Black with #515763
Text Example
Text Example
White with #515763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515763; }
p { color: rgb(81,87,99); }
H1.HeaderClassName
{
color: #515763;
}
.AnyTagClassName
{
color: #515763;
}
</style>
background-color css
<style>
a { background-color: #515763; }
a { background-color: rgb(81,87,99); }
div.DivClassName
{
background-color: #515763;
}
.BgClassName
{
background-color: #515763;
}
</style>
border-color css
<style>
span { border-color: #515763; }
span { border-color: rgb(81,87,99); }
td.TdClassName
{
border-color: #515763;
}
.TagClassName
{
border-color: #515763;
}
</style>