#505858

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

Shades of Mako #505858

Tints of Mako #505858

Color information

#505858 (or 0x505858) is unknown color: approx Mako. HEX triplet: 50, 58 and 58. RGB value is (80,88,88). Sum of RGB (Red+Green+Blue) = 80+88+88=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #505858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505858 is #AFA7A7. Grayscale: #555555. Windows color (decimal): -11511720 or 5789776. OLE color: 5789776.

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

Color convert

RGB808888-
CMYK0.09000.65
HSL180º4.76%32.94%-
HSV(B)180º9.09%34.51%-
XYZ8.569.3910.59-
YUV85.61129.35124-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=31.25%
G=34.38%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088880.09000.651804.7632.94
Hex50585890041b4521
Octal1201301301100101264541
Binary101000010110001011000100100100000110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505858; }

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

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

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

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

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

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

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

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