Shades of Bright Grey #525463
Tints of Bright Grey #525463
RGB
CMYK
RGB Variations
Color information
#525463 (or 0x525463) is known color: Bright Grey. HEX triplet: 52, 54 and 63. RGB value is (82,84,99). Sum of RGB (Red+Green+Blue) = 82+84+99=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #525463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525463 is #ADAB9C. Grayscale: #555555. Windows color (decimal): -11381661 or 6509650. OLE color: 6509650.
HSL color Cylindrical-coordinate representation of color #525463: hue angle of 232.94º 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 #525463 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 84 | 99 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.61 |
| HSL | 232.94º | 0.09% | 0.35% | - |
| HSV(B) | 232.94º | 0.17% | 0.39% | - |
| XYZ | 8.9 | 9.04 | 13.08 | - |
| YUV | 85.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 99 | 0.17 | 0.15 | 0 | 0.61 | 232.94 | 0.09 | 0.35 |
| Hex | 52 | 54 | 63 | 11 | F | 0 | 3D | E9 | 9 | 23 |
| Octal | 122 | 124 | 143 | 21 | 17 | 0 | 75 | 351 | 11 | 43 |
| Binary | 1010010 | 1010100 | 1100011 | 10001 | 1111 | 0 | 111101 | 11101001 | 1001 | 100011 |
Color Harmonies of #525463
Complementary color
Monochromatic Colors of #525463
Black with #525463
Text Example
Text Example
White with #525463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525463; }
p { color: rgb(82,84,99); }
H1.HeaderClassName
{
color: #525463;
}
.AnyTagClassName
{
color: #525463;
}
</style>
background-color css
<style>
a { background-color: #525463; }
a { background-color: rgb(82,84,99); }
div.DivClassName
{
background-color: #525463;
}
.BgClassName
{
background-color: #525463;
}
</style>
border-color css
<style>
span { border-color: #525463; }
span { border-color: rgb(82,84,99); }
td.TdClassName
{
border-color: #525463;
}
.TagClassName
{
border-color: #525463;
}
</style>