Shades of Bright Grey #515460
Tints of Bright Grey #515460
RGB
CMYK
RGB Variations
Color information
#515460 (or 0x515460) is known color: Bright Grey. HEX triplet: 51, 54 and 60. RGB value is (81,84,96). Sum of RGB (Red+Green+Blue) = 81+84+96=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #515460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515460 is #AEAB9F. Grayscale: #545454. Windows color (decimal): -11447200 or 6313041. OLE color: 6313041.
HSL color Cylindrical-coordinate representation of color #515460: hue angle of 228º 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 #515460 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 84 | 96 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.62 |
| HSL | 228º | 0.08% | 0.35% | - |
| HSV(B) | 228º | 0.16% | 0.38% | - |
| XYZ | 8.67 | 8.93 | 12.33 | - |
| YUV | 84.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 96 | 0.16 | 0.12 | 0 | 0.62 | 228 | 0.08 | 0.35 |
| Hex | 51 | 54 | 60 | 10 | C | 0 | 3E | E4 | 8 | 23 |
| Octal | 121 | 124 | 140 | 20 | 14 | 0 | 76 | 344 | 10 | 43 |
| Binary | 1010001 | 1010100 | 1100000 | 10000 | 1100 | 0 | 111110 | 11100100 | 1000 | 100011 |
Color Harmonies of #515460
Complementary color
Monochromatic Colors of #515460
Black with #515460
Text Example
Text Example
White with #515460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515460; }
p { color: rgb(81,84,96); }
H1.HeaderClassName
{
color: #515460;
}
.AnyTagClassName
{
color: #515460;
}
</style>
background-color css
<style>
a { background-color: #515460; }
a { background-color: rgb(81,84,96); }
div.DivClassName
{
background-color: #515460;
}
.BgClassName
{
background-color: #515460;
}
</style>
border-color css
<style>
span { border-color: #515460; }
span { border-color: rgb(81,84,96); }
td.TdClassName
{
border-color: #515460;
}
.TagClassName
{
border-color: #515460;
}
</style>