Shades of Bright Grey #525460
Tints of Bright Grey #525460
RGB
CMYK
RGB Variations
Color information
#525460 (or 0x525460) is known color: Bright Grey. HEX triplet: 52, 54 and 60. RGB value is (82,84,96). Sum of RGB (Red+Green+Blue) = 82+84+96=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #525460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525460 is #ADAB9F. Grayscale: #545454. Windows color (decimal): -11381664 or 6313042. OLE color: 6313042.
HSL color Cylindrical-coordinate representation of color #525460: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #525460 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 84 | 96 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.62 |
| HSL | 231.43º | 0.08% | 0.35% | - |
| HSV(B) | 231.43º | 0.15% | 0.38% | - |
| XYZ | 8.76 | 8.98 | 12.34 | - |
| YUV | 84.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 96 | 0.15 | 0.12 | 0 | 0.62 | 231.43 | 0.08 | 0.35 |
| Hex | 52 | 54 | 60 | F | C | 0 | 3E | E7 | 8 | 23 |
| Octal | 122 | 124 | 140 | 17 | 14 | 0 | 76 | 347 | 10 | 43 |
| Binary | 1010010 | 1010100 | 1100000 | 1111 | 1100 | 0 | 111110 | 11100111 | 1000 | 100011 |
Color Harmonies of #525460
Complementary color
Monochromatic Colors of #525460
Black with #525460
Text Example
Text Example
White with #525460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525460; }
p { color: rgb(82,84,96); }
H1.HeaderClassName
{
color: #525460;
}
.AnyTagClassName
{
color: #525460;
}
</style>
background-color css
<style>
a { background-color: #525460; }
a { background-color: rgb(82,84,96); }
div.DivClassName
{
background-color: #525460;
}
.BgClassName
{
background-color: #525460;
}
</style>
border-color css
<style>
span { border-color: #525460; }
span { border-color: rgb(82,84,96); }
td.TdClassName
{
border-color: #525460;
}
.TagClassName
{
border-color: #525460;
}
</style>