Shades of Bright Grey #505255
Tints of Bright Grey #505255
RGB
CMYK
RGB Variations
Color information
#505255 (or 0x505255) is known color: Bright Grey. HEX triplet: 50, 52 and 55. RGB value is (80,82,85). Sum of RGB (Red+Green+Blue) = 80+82+85=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 85 - color contains mainly: blue. Hex color #505255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505255 is #AFADAA. Grayscale: #515151. Windows color (decimal): -11513259 or 5591632. OLE color: 5591632.
HSL color Cylindrical-coordinate representation of color #505255: hue angle of 216º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505255 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 80 | 82 | 85 | - |
CMYK | 0.06 | 0.04 | 0 | 0.67 |
HSL | 216º | 0.03% | 0.32% | - |
HSV(B) | 216º | 0.06% | 0.33% | - |
XYZ | 7.97 | 8.4 | 9.8 | - |
YUV | 81.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 82 | 85 | 0.06 | 0.04 | 0 | 0.67 | 216 | 0.03 | 0.32 |
Hex | 50 | 52 | 55 | 6 | 4 | 0 | 43 | D8 | 3 | 20 |
Octal | 120 | 122 | 125 | 6 | 4 | 0 | 103 | 330 | 3 | 40 |
Binary | 1010000 | 1010010 | 1010101 | 110 | 100 | 0 | 1000011 | 11011000 | 11 | 100000 |
Color Harmonies of #505255
Complementary color
Monochromatic Colors of #505255
Black with #505255
Text Example
Text Example
White with #505255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505255; }
p { color: rgb(80,82,85); }
H1.HeaderClassName
{
color: #505255;
}
.AnyTagClassName
{
color: #505255;
}
</style>
background-color css
<style>
a { background-color: #505255; }
a { background-color: rgb(80,82,85); }
div.DivClassName
{
background-color: #505255;
}
.BgClassName
{
background-color: #505255;
}
</style>
border-color css
<style>
span { border-color: #505255; }
span { border-color: rgb(80,82,85); }
td.TdClassName
{
border-color: #505255;
}
.TagClassName
{
border-color: #505255;
}
</style>