Shades of Bright Grey #525563
Tints of Bright Grey #525563
RGB
CMYK
RGB Variations
Color information
#525563 (or 0x525563) is known color: Bright Grey. HEX triplet: 52, 55 and 63. RGB value is (82,85,99). Sum of RGB (Red+Green+Blue) = 82+85+99=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #525563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525563 is #ADAA9C. Grayscale: #555555. Windows color (decimal): -11381405 or 6509906. OLE color: 6509906.
HSL color Cylindrical-coordinate representation of color #525563: hue angle of 229.41º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #525563 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 85 | 99 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.61 |
| HSL | 229.41º | 0.09% | 0.35% | - |
| HSV(B) | 229.41º | 0.17% | 0.39% | - |
| XYZ | 8.98 | 9.19 | 13.11 | - |
| YUV | 85.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 99 | 0.17 | 0.14 | 0 | 0.61 | 229.41 | 0.09 | 0.35 |
| Hex | 52 | 55 | 63 | 11 | E | 0 | 3D | E5 | 9 | 23 |
| Octal | 122 | 125 | 143 | 21 | 16 | 0 | 75 | 345 | 11 | 43 |
| Binary | 1010010 | 1010101 | 1100011 | 10001 | 1110 | 0 | 111101 | 11100101 | 1001 | 100011 |
Color Harmonies of #525563
Complementary color
Monochromatic Colors of #525563
Black with #525563
Text Example
Text Example
White with #525563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525563; }
p { color: rgb(82,85,99); }
H1.HeaderClassName
{
color: #525563;
}
.AnyTagClassName
{
color: #525563;
}
</style>
background-color css
<style>
a { background-color: #525563; }
a { background-color: rgb(82,85,99); }
div.DivClassName
{
background-color: #525563;
}
.BgClassName
{
background-color: #525563;
}
</style>
border-color css
<style>
span { border-color: #525563; }
span { border-color: rgb(82,85,99); }
td.TdClassName
{
border-color: #525563;
}
.TagClassName
{
border-color: #525563;
}
</style>