Shades of Bright Grey #525357
Tints of Bright Grey #525357
RGB
CMYK
RGB Variations
Color information
#525357 (or 0x525357) is known color: Bright Grey. HEX triplet: 52, 53 and 57. RGB value is (82,83,87). Sum of RGB (Red+Green+Blue) = 82+83+87=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #525357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525357 is #ADACA8. Grayscale: #535353. Windows color (decimal): -11381929 or 5722962. OLE color: 5722962.
HSL color Cylindrical-coordinate representation of color #525357: hue angle of 228º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #525357 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 83 | 87 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.66 |
| HSL | 228º | 0.03% | 0.33% | - |
| HSV(B) | 228º | 0.06% | 0.34% | - |
| XYZ | 8.29 | 8.67 | 10.25 | - |
| YUV | 83.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 87 | 0.06 | 0.05 | 0 | 0.66 | 228 | 0.03 | 0.33 |
| Hex | 52 | 53 | 57 | 6 | 5 | 0 | 42 | E4 | 3 | 21 |
| Octal | 122 | 123 | 127 | 6 | 5 | 0 | 102 | 344 | 3 | 41 |
| Binary | 1010010 | 1010011 | 1010111 | 110 | 101 | 0 | 1000010 | 11100100 | 11 | 100001 |
Color Harmonies of #525357
Complementary color
Monochromatic Colors of #525357
Black with #525357
Text Example
Text Example
White with #525357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525357; }
p { color: rgb(82,83,87); }
H1.HeaderClassName
{
color: #525357;
}
.AnyTagClassName
{
color: #525357;
}
</style>
background-color css
<style>
a { background-color: #525357; }
a { background-color: rgb(82,83,87); }
div.DivClassName
{
background-color: #525357;
}
.BgClassName
{
background-color: #525357;
}
</style>
border-color css
<style>
span { border-color: #525357; }
span { border-color: rgb(82,83,87); }
td.TdClassName
{
border-color: #525357;
}
.TagClassName
{
border-color: #525357;
}
</style>