Shades of Bright Grey #525B66
Tints of Bright Grey #525B66
RGB
CMYK
RGB Variations
Color information
#525B66 (or 0x525B66) is known color: Bright Grey. HEX triplet: 52, 5B and 66. RGB value is (82,91,102). Sum of RGB (Red+Green+Blue) = 82+91+102=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #525B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B66 is #ADA499. Grayscale: #595959. Windows color (decimal): -11379866 or 6708050. OLE color: 6708050.
HSL color Cylindrical-coordinate representation of color #525B66: hue angle of 213º 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 #525B66 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 91 | 102 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.6 |
| HSL | 213º | 0.11% | 0.36% | - |
| HSV(B) | 213º | 0.2% | 0.4% | - |
| XYZ | 9.62 | 10.24 | 14.04 | - |
| YUV | 89.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 102 | 0.20 | 0.11 | 0 | 0.6 | 213 | 0.11 | 0.36 |
| Hex | 52 | 5B | 66 | 14 | B | 0 | 3C | D5 | B | 24 |
| Octal | 122 | 133 | 146 | 24 | 13 | 0 | 74 | 325 | 13 | 44 |
| Binary | 1010010 | 1011011 | 1100110 | 10100 | 1011 | 0 | 111100 | 11010101 | 1011 | 100100 |
Color Harmonies of #525B66
Complementary color
Monochromatic Colors of #525B66
Black with #525B66
Text Example
Text Example
White with #525B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B66; }
p { color: rgb(82,91,102); }
H1.HeaderClassName
{
color: #525B66;
}
.AnyTagClassName
{
color: #525B66;
}
</style>
background-color css
<style>
a { background-color: #525B66; }
a { background-color: rgb(82,91,102); }
div.DivClassName
{
background-color: #525B66;
}
.BgClassName
{
background-color: #525B66;
}
</style>
border-color css
<style>
span { border-color: #525B66; }
span { border-color: rgb(82,91,102); }
td.TdClassName
{
border-color: #525B66;
}
.TagClassName
{
border-color: #525B66;
}
</style>