Shades of Bright Grey #525B68
Tints of Bright Grey #525B68
RGB
CMYK
RGB Variations
Color information
#525B68 (or 0x525B68) is known color: Bright Grey. HEX triplet: 52, 5B and 68. RGB value is (82,91,104). Sum of RGB (Red+Green+Blue) = 82+91+104=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #525B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B68 is #ADA497. Grayscale: #595959. Windows color (decimal): -11379864 or 6839122. OLE color: 6839122.
HSL color Cylindrical-coordinate representation of color #525B68: hue angle of 215.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525B68 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 91 | 104 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.59 |
| HSL | 215.45º | 0.12% | 0.36% | - |
| HSV(B) | 215.45º | 0.21% | 0.41% | - |
| XYZ | 9.72 | 10.28 | 14.57 | - |
| YUV | 89.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 104 | 0.21 | 0.12 | 0 | 0.59 | 215.45 | 0.12 | 0.36 |
| Hex | 52 | 5B | 68 | 15 | C | 0 | 3B | D7 | C | 24 |
| Octal | 122 | 133 | 150 | 25 | 14 | 0 | 73 | 327 | 14 | 44 |
| Binary | 1010010 | 1011011 | 1101000 | 10101 | 1100 | 0 | 111011 | 11010111 | 1100 | 100100 |
Color Harmonies of #525B68
Complementary color
Monochromatic Colors of #525B68
Black with #525B68
Text Example
Text Example
White with #525B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B68; }
p { color: rgb(82,91,104); }
H1.HeaderClassName
{
color: #525B68;
}
.AnyTagClassName
{
color: #525B68;
}
</style>
background-color css
<style>
a { background-color: #525B68; }
a { background-color: rgb(82,91,104); }
div.DivClassName
{
background-color: #525B68;
}
.BgClassName
{
background-color: #525B68;
}
</style>
border-color css
<style>
span { border-color: #525B68; }
span { border-color: rgb(82,91,104); }
td.TdClassName
{
border-color: #525B68;
}
.TagClassName
{
border-color: #525B68;
}
</style>