#505757

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

Shades of Mako #505757

Tints of Mako #505757

Color information

#505757 (or 0x505757) is unknown color: approx Mako. HEX triplet: 50, 57 and 57. RGB value is (80,87,87). Sum of RGB (Red+Green+Blue) = 80+87+87=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #505757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505757 is #AFA8A8. Grayscale: #545454. Windows color (decimal): -11511977 or 5723984. OLE color: 5723984.

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

Color convert

RGB808787-
CMYK0.08000.66
HSL180º4.19%32.75%-
HSV(B)180º8.05%34.12%-
XYZ8.449.2110.35-
YUV84.91129.18124.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 87 (34.38% from 255) = 34.25%
R=31.50%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087870.08000.661804.1932.75
Hex50575780042b4421
Octal1201271271000102264441
Binary101000010101111010111100000100001010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505757; }

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

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

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

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

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

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

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

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