Shades of Bright Grey #525B65
Tints of Bright Grey #525B65
RGB
CMYK
RGB Variations
Color information
#525B65 (or 0x525B65) is known color: Bright Grey. HEX triplet: 52, 5B and 65. RGB value is (82,91,101). Sum of RGB (Red+Green+Blue) = 82+91+101=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #525B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B65 is #ADA49A. Grayscale: #595959. Windows color (decimal): -11379867 or 6642514. OLE color: 6642514.
HSL color Cylindrical-coordinate representation of color #525B65: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525B65 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 91 | 101 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.60 |
| HSL | 211.58º | 0.1% | 0.36% | - |
| HSV(B) | 211.58º | 0.19% | 0.4% | - |
| XYZ | 9.57 | 10.22 | 13.78 | - |
| YUV | 89.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 101 | 0.19 | 0.10 | 0 | 0.60 | 211.58 | 0.1 | 0.36 |
| Hex | 52 | 5B | 65 | 13 | A | 0 | 3C | D4 | A | 24 |
| Octal | 122 | 133 | 145 | 23 | 12 | 0 | 74 | 324 | 12 | 44 |
| Binary | 1010010 | 1011011 | 1100101 | 10011 | 1010 | 0 | 111100 | 11010100 | 1010 | 100100 |
Color Harmonies of #525B65
Complementary color
Monochromatic Colors of #525B65
Black with #525B65
Text Example
Text Example
White with #525B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B65; }
p { color: rgb(82,91,101); }
H1.HeaderClassName
{
color: #525B65;
}
.AnyTagClassName
{
color: #525B65;
}
</style>
background-color css
<style>
a { background-color: #525B65; }
a { background-color: rgb(82,91,101); }
div.DivClassName
{
background-color: #525B65;
}
.BgClassName
{
background-color: #525B65;
}
</style>
border-color css
<style>
span { border-color: #525B65; }
span { border-color: rgb(82,91,101); }
td.TdClassName
{
border-color: #525B65;
}
.TagClassName
{
border-color: #525B65;
}
</style>