#505758

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

Shades of Mako #505758

Tints of Mako #505758

Color information

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

HSL color Cylindrical-coordinate representation of color #505758: hue angle of 187.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 #505758 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808788-
CMYK0.090.0100.65
HSL187.5º4.76%32.94%-
HSV(B)187.5º9.09%34.51%-
XYZ8.489.2310.57-
YUV85.02129.68124.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8087880.090.0100.65187.54.7632.94
Hex50575891041bb521
Octal1201271301110101273541
Binary101000010101111011000100110100000110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505758; }

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

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

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

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

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

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

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

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