Shades of Bright Grey #515462
Tints of Bright Grey #515462
RGB
CMYK
RGB Variations
Color information
#515462 (or 0x515462) is known color: Bright Grey. HEX triplet: 51, 54 and 62. RGB value is (81,84,98). Sum of RGB (Red+Green+Blue) = 81+84+98=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #515462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515462 is #AEAB9D. Grayscale: #545454. Windows color (decimal): -11447198 or 6444113. OLE color: 6444113.
HSL color Cylindrical-coordinate representation of color #515462: hue angle of 229.41º 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 #515462 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 84 | 98 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.62 |
| HSL | 229.41º | 0.09% | 0.35% | - |
| HSV(B) | 229.41º | 0.17% | 0.38% | - |
| XYZ | 8.77 | 8.97 | 12.82 | - |
| YUV | 84.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 98 | 0.17 | 0.14 | 0 | 0.62 | 229.41 | 0.09 | 0.35 |
| Hex | 51 | 54 | 62 | 11 | E | 0 | 3E | E5 | 9 | 23 |
| Octal | 121 | 124 | 142 | 21 | 16 | 0 | 76 | 345 | 11 | 43 |
| Binary | 1010001 | 1010100 | 1100010 | 10001 | 1110 | 0 | 111110 | 11100101 | 1001 | 100011 |
Color Harmonies of #515462
Complementary color
Monochromatic Colors of #515462
Black with #515462
Text Example
Text Example
White with #515462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515462; }
p { color: rgb(81,84,98); }
H1.HeaderClassName
{
color: #515462;
}
.AnyTagClassName
{
color: #515462;
}
</style>
background-color css
<style>
a { background-color: #515462; }
a { background-color: rgb(81,84,98); }
div.DivClassName
{
background-color: #515462;
}
.BgClassName
{
background-color: #515462;
}
</style>
border-color css
<style>
span { border-color: #515462; }
span { border-color: rgb(81,84,98); }
td.TdClassName
{
border-color: #515462;
}
.TagClassName
{
border-color: #515462;
}
</style>