Shades of Bright Grey #525662
Tints of Bright Grey #525662
RGB
CMYK
RGB Variations
Color information
#525662 (or 0x525662) is known color: Bright Grey. HEX triplet: 52, 56 and 62. RGB value is (82,86,98). Sum of RGB (Red+Green+Blue) = 82+86+98=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #525662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525662 is #ADA99D. Grayscale: #565656. Windows color (decimal): -11381150 or 6444626. OLE color: 6444626.
HSL color Cylindrical-coordinate representation of color #525662: hue angle of 225º degrees, saturation: 0.09, 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 #525662 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 86 | 98 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.62 |
| HSL | 225º | 0.09% | 0.35% | - |
| HSV(B) | 225º | 0.16% | 0.38% | - |
| XYZ | 9.01 | 9.33 | 12.88 | - |
| YUV | 86.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 98 | 0.16 | 0.12 | 0 | 0.62 | 225 | 0.09 | 0.35 |
| Hex | 52 | 56 | 62 | 10 | C | 0 | 3E | E1 | 9 | 23 |
| Octal | 122 | 126 | 142 | 20 | 14 | 0 | 76 | 341 | 11 | 43 |
| Binary | 1010010 | 1010110 | 1100010 | 10000 | 1100 | 0 | 111110 | 11100001 | 1001 | 100011 |
Color Harmonies of #525662
Complementary color
Monochromatic Colors of #525662
Black with #525662
Text Example
Text Example
White with #525662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525662; }
p { color: rgb(82,86,98); }
H1.HeaderClassName
{
color: #525662;
}
.AnyTagClassName
{
color: #525662;
}
</style>
background-color css
<style>
a { background-color: #525662; }
a { background-color: rgb(82,86,98); }
div.DivClassName
{
background-color: #525662;
}
.BgClassName
{
background-color: #525662;
}
</style>
border-color css
<style>
span { border-color: #525662; }
span { border-color: rgb(82,86,98); }
td.TdClassName
{
border-color: #525662;
}
.TagClassName
{
border-color: #525662;
}
</style>