Shades of Bright Grey #525356
Tints of Bright Grey #525356
RGB
CMYK
RGB Variations
Color information
#525356 (or 0x525356) is known color: Bright Grey. HEX triplet: 52, 53 and 56. RGB value is (82,83,86). Sum of RGB (Red+Green+Blue) = 82+83+86=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 86 - color contains mainly: blue. Hex color #525356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525356 is #ADACA9. Grayscale: #535353. Windows color (decimal): -11381930 or 5657426. OLE color: 5657426.
HSL color Cylindrical-coordinate representation of color #525356: hue angle of 225º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #525356 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 83 | 86 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.66 |
| HSL | 225º | 0.02% | 0.33% | - |
| HSV(B) | 225º | 0.05% | 0.34% | - |
| XYZ | 8.25 | 8.65 | 10.04 | - |
| YUV | 83.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 86 | 0.05 | 0.03 | 0 | 0.66 | 225 | 0.02 | 0.33 |
| Hex | 52 | 53 | 56 | 5 | 3 | 0 | 42 | E1 | 2 | 21 |
| Octal | 122 | 123 | 126 | 5 | 3 | 0 | 102 | 341 | 2 | 41 |
| Binary | 1010010 | 1010011 | 1010110 | 101 | 11 | 0 | 1000010 | 11100001 | 10 | 100001 |
Color Harmonies of #525356
Complementary color
Monochromatic Colors of #525356
Black with #525356
Text Example
Text Example
White with #525356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525356; }
p { color: rgb(82,83,86); }
H1.HeaderClassName
{
color: #525356;
}
.AnyTagClassName
{
color: #525356;
}
</style>
background-color css
<style>
a { background-color: #525356; }
a { background-color: rgb(82,83,86); }
div.DivClassName
{
background-color: #525356;
}
.BgClassName
{
background-color: #525356;
}
</style>
border-color css
<style>
span { border-color: #525356; }
span { border-color: rgb(82,83,86); }
td.TdClassName
{
border-color: #525356;
}
.TagClassName
{
border-color: #525356;
}
</style>