#505256

Color #505256 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #505256

Tints of Bright Grey #505256

Color information

#505256 (or 0x505256) is unknown color: approx Bright Grey. HEX triplet: 50, 52 and 56. RGB value is (80,82,86). Sum of RGB (Red+Green+Blue) = 80+82+86=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #505256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505256 is #AFADA9. Grayscale: #515151. Windows color (decimal): -11513258 or 5657168. OLE color: 5657168.

HSL color Cylindrical-coordinate representation of color #505256: hue angle of 220º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505256 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB808286-
CMYK0.070.0500.66
HSL220º3.61%32.55%-
HSV(B)220º6.98%33.73%-
XYZ8.018.4110.01-
YUV81.86130.34126.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=32.26%
G=33.06%
B=34.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8082860.070.0500.662203.6132.55
Hex50525675042dc421
Octal120122126750102334441
Binary1010000101001010101101111010100001011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505256; }

 p { color: rgb(80,82,86); }

 H1.HeaderClassName
 {
   color: #505256;
 }
 .AnyTagClassName
 {
   color: #505256;
 }
</style>
background-color css

<style>
 a { background-color: #505256; }

 a { background-color: rgb(80,82,86); }

 div.DivClassName
 {
   background-color: #505256;
 }
 .BgClassName
 {
   background-color: #505256;
 }
</style>
border-color css

<style>
 span { border-color: #505256; }

 span { border-color: rgb(80,82,86); }

 td.TdClassName
 {
   border-color: #505256;
 }
 .TagClassName
 {
   border-color: #505256;
 }
</style>