Shades of Bright Grey #525760
Tints of Bright Grey #525760
RGB
CMYK
RGB Variations
Color information
#525760 (or 0x525760) is known color: Bright Grey. HEX triplet: 52, 57 and 60. RGB value is (82,87,96). Sum of RGB (Red+Green+Blue) = 82+87+96=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #525760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525760 is #ADA89F. Grayscale: #565656. Windows color (decimal): -11380896 or 6313810. OLE color: 6313810.
HSL color Cylindrical-coordinate representation of color #525760: hue angle of 218.57º 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 #525760 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 87 | 96 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.62 |
| HSL | 218.57º | 0.08% | 0.35% | - |
| HSV(B) | 218.57º | 0.15% | 0.38% | - |
| XYZ | 9 | 9.45 | 12.42 | - |
| YUV | 86.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 96 | 0.15 | 0.09 | 0 | 0.62 | 218.57 | 0.08 | 0.35 |
| Hex | 52 | 57 | 60 | F | 9 | 0 | 3E | DB | 8 | 23 |
| Octal | 122 | 127 | 140 | 17 | 11 | 0 | 76 | 333 | 10 | 43 |
| Binary | 1010010 | 1010111 | 1100000 | 1111 | 1001 | 0 | 111110 | 11011011 | 1000 | 100011 |
Color Harmonies of #525760
Complementary color
Monochromatic Colors of #525760
Black with #525760
Text Example
Text Example
White with #525760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525760; }
p { color: rgb(82,87,96); }
H1.HeaderClassName
{
color: #525760;
}
.AnyTagClassName
{
color: #525760;
}
</style>
background-color css
<style>
a { background-color: #525760; }
a { background-color: rgb(82,87,96); }
div.DivClassName
{
background-color: #525760;
}
.BgClassName
{
background-color: #525760;
}
</style>
border-color css
<style>
span { border-color: #525760; }
span { border-color: rgb(82,87,96); }
td.TdClassName
{
border-color: #525760;
}
.TagClassName
{
border-color: #525760;
}
</style>