#505859

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

Shades of Mako #505859

Tints of Mako #505859

Color information

#505859 (or 0x505859) is unknown color: approx Mako. HEX triplet: 50, 58 and 59. RGB value is (80,88,89). Sum of RGB (Red+Green+Blue) = 80+88+89=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #505859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505859 is #AFA7A6. Grayscale: #555555. Windows color (decimal): -11511719 or 5855312. OLE color: 5855312.

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

Color convert

RGB808889-
CMYK0.100.0100.65
HSL186.67º5.33%33.14%-
HSV(B)186.67º10.11%34.9%-
XYZ8.69.4110.81-
YUV85.72129.85123.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=31.13%
G=34.24%
B=34.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088890.100.0100.65186.675.3333.14
Hex505859A1041bb521
Octal1201301311210101273541
Binary101000010110001011001101010100000110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505859; }

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

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

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

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

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

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

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

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