Shades of Bright Grey #525666
Tints of Bright Grey #525666
RGB
CMYK
RGB Variations
Color information
#525666 (or 0x525666) is known color: Bright Grey. HEX triplet: 52, 56 and 66. RGB value is (82,86,102). Sum of RGB (Red+Green+Blue) = 82+86+102=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #525666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525666 is #ADA999. Grayscale: #565656. Windows color (decimal): -11381146 or 6706770. OLE color: 6706770.
HSL color Cylindrical-coordinate representation of color #525666: hue angle of 228º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525666 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 86 | 102 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.6 |
| HSL | 228º | 0.11% | 0.36% | - |
| HSV(B) | 228º | 0.2% | 0.4% | - |
| XYZ | 9.21 | 9.41 | 13.9 | - |
| YUV | 86.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 102 | 0.20 | 0.16 | 0 | 0.6 | 228 | 0.11 | 0.36 |
| Hex | 52 | 56 | 66 | 14 | 10 | 0 | 3C | E4 | B | 24 |
| Octal | 122 | 126 | 146 | 24 | 20 | 0 | 74 | 344 | 13 | 44 |
| Binary | 1010010 | 1010110 | 1100110 | 10100 | 10000 | 0 | 111100 | 11100100 | 1011 | 100100 |
Color Harmonies of #525666
Complementary color
Monochromatic Colors of #525666
Black with #525666
Text Example
Text Example
White with #525666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525666; }
p { color: rgb(82,86,102); }
H1.HeaderClassName
{
color: #525666;
}
.AnyTagClassName
{
color: #525666;
}
</style>
background-color css
<style>
a { background-color: #525666; }
a { background-color: rgb(82,86,102); }
div.DivClassName
{
background-color: #525666;
}
.BgClassName
{
background-color: #525666;
}
</style>
border-color css
<style>
span { border-color: #525666; }
span { border-color: rgb(82,86,102); }
td.TdClassName
{
border-color: #525666;
}
.TagClassName
{
border-color: #525666;
}
</style>