Shades of Bright Grey #515360
Tints of Bright Grey #515360
RGB
CMYK
RGB Variations
Color information
#515360 (or 0x515360) is known color: Bright Grey. HEX triplet: 51, 53 and 60. RGB value is (81,83,96). Sum of RGB (Red+Green+Blue) = 81+83+96=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #515360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515360 is #AEAC9F. Grayscale: #535353. Windows color (decimal): -11447456 or 6312785. OLE color: 6312785.
HSL color Cylindrical-coordinate representation of color #515360: hue angle of 232º 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 #515360 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 83 | 96 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.62 |
| HSL | 232º | 0.08% | 0.35% | - |
| HSV(B) | 232º | 0.16% | 0.38% | - |
| XYZ | 8.6 | 8.78 | 12.31 | - |
| YUV | 83.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 96 | 0.16 | 0.14 | 0 | 0.62 | 232 | 0.08 | 0.35 |
| Hex | 51 | 53 | 60 | 10 | E | 0 | 3E | E8 | 8 | 23 |
| Octal | 121 | 123 | 140 | 20 | 16 | 0 | 76 | 350 | 10 | 43 |
| Binary | 1010001 | 1010011 | 1100000 | 10000 | 1110 | 0 | 111110 | 11101000 | 1000 | 100011 |
Color Harmonies of #515360
Complementary color
Monochromatic Colors of #515360
Black with #515360
Text Example
Text Example
White with #515360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515360; }
p { color: rgb(81,83,96); }
H1.HeaderClassName
{
color: #515360;
}
.AnyTagClassName
{
color: #515360;
}
</style>
background-color css
<style>
a { background-color: #515360; }
a { background-color: rgb(81,83,96); }
div.DivClassName
{
background-color: #515360;
}
.BgClassName
{
background-color: #515360;
}
</style>
border-color css
<style>
span { border-color: #515360; }
span { border-color: rgb(81,83,96); }
td.TdClassName
{
border-color: #515360;
}
.TagClassName
{
border-color: #515360;
}
</style>