#505857

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

Shades of Mako #505857

Tints of Mako #505857

Color information

#505857 (or 0x505857) is unknown color: approx Mako. HEX triplet: 50, 58 and 57. RGB value is (80,88,87). Sum of RGB (Red+Green+Blue) = 80+88+87=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #505857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505857 is #AFA7A8. Grayscale: #555555. Windows color (decimal): -11511721 or 5724240. OLE color: 5724240.

HSL color Cylindrical-coordinate representation of color #505857: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #505857 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB808887-
CMYK0.0900.010.65
HSL172.5º4.76%32.94%-
HSV(B)172.5º9.09%34.51%-
XYZ8.529.3710.38-
YUV85.49128.85124.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=31.37%
G=34.51%
B=34.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088870.0900.010.65172.54.7632.94
Hex50585790141ac521
Octal1201301271101101254541
Binary101000010110001010111100101100000110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505857; }

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

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

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

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

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

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

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

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