#505656

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

Shades of Mako #505656

Tints of Mako #505656

Color information

#505656 (or 0x505656) is unknown color: approx Mako. HEX triplet: 50, 56 and 56. RGB value is (80,86,86). Sum of RGB (Red+Green+Blue) = 80+86+86=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #505656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505656 is #AFA9A9. Grayscale: #545454. Windows color (decimal): -11512234 or 5658192. OLE color: 5658192.

HSL color Cylindrical-coordinate representation of color #505656: hue angle of 180º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505656 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB808686-
CMYK0.07000.66
HSL180º3.61%32.55%-
HSV(B)180º6.98%33.73%-
XYZ8.329.0310.11-
YUV84.21129.01125-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=31.75%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086860.07000.661803.6132.55
Hex50565670042b4421
Octal120126126700102264441
Binary10100001010110101011011100100001010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505656; }

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

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

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

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

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

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

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

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