#50625F

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

Shades of Mako #50625F

Tints of Mako #50625F

Color information

#50625F (or 0x50625F) is unknown color: approx Mako. HEX triplet: 50, 62 and 5F. RGB value is (80,98,95). Sum of RGB (Red+Green+Blue) = 80+98+95=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #50625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625F is #AF9DA0. Grayscale: #5C5C5C. Windows color (decimal): -11509153 or 6251088. OLE color: 6251088.

HSL color Cylindrical-coordinate representation of color #50625F: hue angle of 170º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50625F is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB809895-
CMYK0.1800.030.62
HSL170º10.11%34.9%-
HSV(B)170º18.37%38.43%-
XYZ9.7411.2712.49-
YUV92.28129.54119.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=29.30%
G=35.90%
B=34.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098950.1800.030.6217010.1134.9
Hex50625F12033Eaaa23
Octal1201421372203762521243
Binary10100001100010101111110010011111110101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50625F; }

 p { color: rgb(80,98,95); }

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

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

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

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

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

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

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