#505760

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

Shades of Bright Grey #505760

Tints of Bright Grey #505760

Color information

#505760 (or 0x505760) is unknown color: approx Bright Grey. HEX triplet: 50, 57 and 60. RGB value is (80,87,96). Sum of RGB (Red+Green+Blue) = 80+87+96=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #505760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505760 is #AFA89F. Grayscale: #555555. Windows color (decimal): -11511968 or 6313808. OLE color: 6313808.

HSL color Cylindrical-coordinate representation of color #505760: hue angle of 213.75º 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 #505760 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB808796-
CMYK0.170.0900.62
HSL213.75º9.09%34.51%-
HSV(B)213.75º16.67%37.65%-
XYZ8.839.3712.41-
YUV85.93133.68123.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=30.42%
G=33.08%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8087960.170.0900.62213.759.0934.51
Hex50576011903Ed6923
Octal12012714021110763261143
Binary1010000101011111000001000110010111110110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505760; }

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

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

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

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

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

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

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

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