#505260

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

Shades of Bright Grey #505260

Tints of Bright Grey #505260

Color information

#505260 (or 0x505260) is unknown color: approx Bright Grey. HEX triplet: 50, 52 and 60. RGB value is (80,82,96). Sum of RGB (Red+Green+Blue) = 80+82+96=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #505260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505260 is #AFAD9F. Grayscale: #525252. Windows color (decimal): -11513248 or 6312528. OLE color: 6312528.

HSL color Cylindrical-coordinate representation of color #505260: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505260 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808296-
CMYK0.170.1500.62
HSL232.5º9.09%34.51%-
HSV(B)232.5º16.67%37.65%-
XYZ8.448.5812.28-
YUV83135.34125.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=31.01%
G=31.78%
B=37.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8082960.170.1500.62232.59.0934.51
Hex50526011F03Ee8923
Octal12012214021170763501143
Binary1010000101001011000001000111110111110111010001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505260; }

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

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

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

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

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

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

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

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