Shades of Bright Grey #50525A
Tints of Bright Grey #50525A
RGB
CMYK
RGB Variations
Color information
#50525A (or 0x50525A) is known color: Bright Grey. HEX triplet: 50, 52 and 5A. RGB value is (80,82,90). Sum of RGB (Red+Green+Blue) = 80+82+90=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #50525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50525A is #AFADA5. Grayscale: #525252. Windows color (decimal): -11513254 or 5919312. OLE color: 5919312.
HSL color Cylindrical-coordinate representation of color #50525A: hue angle of 228º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50525A is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 82 | 90 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.65 |
| HSL | 228º | 0.06% | 0.33% | - |
| HSV(B) | 228º | 0.11% | 0.35% | - |
| XYZ | 8.17 | 8.48 | 10.88 | - |
| YUV | 82.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 90 | 0.11 | 0.09 | 0 | 0.65 | 228 | 0.06 | 0.33 |
| Hex | 50 | 52 | 5A | B | 9 | 0 | 41 | E4 | 6 | 21 |
| Octal | 120 | 122 | 132 | 13 | 11 | 0 | 101 | 344 | 6 | 41 |
| Binary | 1010000 | 1010010 | 1011010 | 1011 | 1001 | 0 | 1000001 | 11100100 | 110 | 100001 |
Color Harmonies of #50525A
Complementary color
Monochromatic Colors of #50525A
Black with #50525A
Text Example
Text Example
White with #50525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50525A; }
p { color: rgb(80,82,90); }
H1.HeaderClassName
{
color: #50525A;
}
.AnyTagClassName
{
color: #50525A;
}
</style>
background-color css
<style>
a { background-color: #50525A; }
a { background-color: rgb(80,82,90); }
div.DivClassName
{
background-color: #50525A;
}
.BgClassName
{
background-color: #50525A;
}
</style>
border-color css
<style>
span { border-color: #50525A; }
span { border-color: rgb(80,82,90); }
td.TdClassName
{
border-color: #50525A;
}
.TagClassName
{
border-color: #50525A;
}
</style>