#505761

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

Shades of Bright Grey #505761

Tints of Bright Grey #505761

Color information

#505761 (or 0x505761) is unknown color: approx Bright Grey. HEX triplet: 50, 57 and 61. RGB value is (80,87,97). Sum of RGB (Red+Green+Blue) = 80+87+97=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #505761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505761 is #AFA89E. Grayscale: #565656. Windows color (decimal): -11511967 or 6379344. OLE color: 6379344.

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

Color convert

RGB808797-
CMYK0.180.1000.62
HSL215.29º9.6%34.71%-
HSV(B)215.29º17.53%38.04%-
XYZ8.879.3812.65-
YUV86.05134.18123.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=30.30%
G=32.95%
B=36.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8087970.180.1000.62215.299.634.71
Hex50576112A03Ed7a23
Octal12012714122120763271243
Binary1010000101011111000011001010100111110110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505761; }

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

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

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

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

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

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

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

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