#50605E

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

Shades of Mako #50605E

Tints of Mako #50605E

Color information

#50605E (or 0x50605E) is unknown color: approx Mako. HEX triplet: 50, 60 and 5E. RGB value is (80,96,94). Sum of RGB (Red+Green+Blue) = 80+96+94=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #50605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605E is #AF9FA1. Grayscale: #5A5A5A. Windows color (decimal): -11509666 or 6185040. OLE color: 6185040.

HSL color Cylindrical-coordinate representation of color #50605E: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB809694-
CMYK0.1700.020.62
HSL172.5º9.09%34.51%-
HSV(B)172.5º16.67%37.65%-
XYZ9.5110.8812.19-
YUV90.99129.7120.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=29.63%
G=35.56%
B=34.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096940.1700.020.62172.59.0934.51
Hex50605E11023Eac923
Octal1201401362102762541143
Binary10100001100000101111010001010111110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50605E; }

 p { color: rgb(80,96,94); }

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

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

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

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

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

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

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