Shades of Bright Grey #525359
Tints of Bright Grey #525359
RGB
CMYK
RGB Variations
Color information
#525359 (or 0x525359) is known color: Bright Grey. HEX triplet: 52, 53 and 59. RGB value is (82,83,89). Sum of RGB (Red+Green+Blue) = 82+83+89=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #525359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525359 is #ADACA6. Grayscale: #535353. Windows color (decimal): -11381927 or 5854034. OLE color: 5854034.
HSL color Cylindrical-coordinate representation of color #525359: hue angle of 231.43º 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 #525359 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 83 | 89 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.65 |
| HSL | 231.43º | 0.04% | 0.34% | - |
| HSV(B) | 231.43º | 0.08% | 0.35% | - |
| XYZ | 8.38 | 8.7 | 10.69 | - |
| YUV | 83.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 89 | 0.08 | 0.07 | 0 | 0.65 | 231.43 | 0.04 | 0.34 |
| Hex | 52 | 53 | 59 | 8 | 7 | 0 | 41 | E7 | 4 | 22 |
| Octal | 122 | 123 | 131 | 10 | 7 | 0 | 101 | 347 | 4 | 42 |
| Binary | 1010010 | 1010011 | 1011001 | 1000 | 111 | 0 | 1000001 | 11100111 | 100 | 100010 |
Color Harmonies of #525359
Complementary color
Monochromatic Colors of #525359
Black with #525359
Text Example
Text Example
White with #525359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525359; }
p { color: rgb(82,83,89); }
H1.HeaderClassName
{
color: #525359;
}
.AnyTagClassName
{
color: #525359;
}
</style>
background-color css
<style>
a { background-color: #525359; }
a { background-color: rgb(82,83,89); }
div.DivClassName
{
background-color: #525359;
}
.BgClassName
{
background-color: #525359;
}
</style>
border-color css
<style>
span { border-color: #525359; }
span { border-color: rgb(82,83,89); }
td.TdClassName
{
border-color: #525359;
}
.TagClassName
{
border-color: #525359;
}
</style>