Shades of Bright Grey #525459
Tints of Bright Grey #525459
RGB
CMYK
RGB Variations
Color information
#525459 (or 0x525459) is known color: Bright Grey. HEX triplet: 52, 54 and 59. RGB value is (82,84,89). Sum of RGB (Red+Green+Blue) = 82+84+89=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #525459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525459 is #ADABA6. Grayscale: #535353. Windows color (decimal): -11381671 or 5854290. OLE color: 5854290.
HSL color Cylindrical-coordinate representation of color #525459: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525459 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 84 | 89 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.65 |
| HSL | 222.86º | 0.04% | 0.34% | - |
| HSV(B) | 222.86º | 0.08% | 0.35% | - |
| XYZ | 8.45 | 8.86 | 10.72 | - |
| YUV | 83.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 89 | 0.08 | 0.06 | 0 | 0.65 | 222.86 | 0.04 | 0.34 |
| Hex | 52 | 54 | 59 | 8 | 6 | 0 | 41 | DF | 4 | 22 |
| Octal | 122 | 124 | 131 | 10 | 6 | 0 | 101 | 337 | 4 | 42 |
| Binary | 1010010 | 1010100 | 1011001 | 1000 | 110 | 0 | 1000001 | 11011111 | 100 | 100010 |
Color Harmonies of #525459
Complementary color
Monochromatic Colors of #525459
Black with #525459
Text Example
Text Example
White with #525459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525459; }
p { color: rgb(82,84,89); }
H1.HeaderClassName
{
color: #525459;
}
.AnyTagClassName
{
color: #525459;
}
</style>
background-color css
<style>
a { background-color: #525459; }
a { background-color: rgb(82,84,89); }
div.DivClassName
{
background-color: #525459;
}
.BgClassName
{
background-color: #525459;
}
</style>
border-color css
<style>
span { border-color: #525459; }
span { border-color: rgb(82,84,89); }
td.TdClassName
{
border-color: #525459;
}
.TagClassName
{
border-color: #525459;
}
</style>