Shades of Bright Grey #515962
Tints of Bright Grey #515962
RGB
CMYK
RGB Variations
Color information
#515962 (or 0x515962) is known color: Bright Grey. HEX triplet: 51, 59 and 62. RGB value is (81,89,98). Sum of RGB (Red+Green+Blue) = 81+89+98=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 98 - color contains mainly: blue. Hex color #515962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515962 is #AEA69D. Grayscale: #575757. Windows color (decimal): -11445918 or 6445393. OLE color: 6445393.
HSL color Cylindrical-coordinate representation of color #515962: hue angle of 211.76º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515962 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 89 | 98 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.62 |
| HSL | 211.76º | 0.09% | 0.35% | - |
| HSV(B) | 211.76º | 0.17% | 0.38% | - |
| XYZ | 9.17 | 9.78 | 12.96 | - |
| YUV | 87.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 98 | 0.17 | 0.09 | 0 | 0.62 | 211.76 | 0.09 | 0.35 |
| Hex | 51 | 59 | 62 | 11 | 9 | 0 | 3E | D4 | 9 | 23 |
| Octal | 121 | 131 | 142 | 21 | 11 | 0 | 76 | 324 | 11 | 43 |
| Binary | 1010001 | 1011001 | 1100010 | 10001 | 1001 | 0 | 111110 | 11010100 | 1001 | 100011 |
Color Harmonies of #515962
Complementary color
Monochromatic Colors of #515962
Black with #515962
Text Example
Text Example
White with #515962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515962; }
p { color: rgb(81,89,98); }
H1.HeaderClassName
{
color: #515962;
}
.AnyTagClassName
{
color: #515962;
}
</style>
background-color css
<style>
a { background-color: #515962; }
a { background-color: rgb(81,89,98); }
div.DivClassName
{
background-color: #515962;
}
.BgClassName
{
background-color: #515962;
}
</style>
border-color css
<style>
span { border-color: #515962; }
span { border-color: rgb(81,89,98); }
td.TdClassName
{
border-color: #515962;
}
.TagClassName
{
border-color: #515962;
}
</style>