#515656

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

Shades of Mako #515656

Tints of Mako #515656

Color information

#515656 (or 0x515656) is unknown color: approx Mako. HEX triplet: 51, 56 and 56. RGB value is (81,86,86). Sum of RGB (Red+Green+Blue) = 81+86+86=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #515656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515656 is #AEA9A9. Grayscale: #545454. Windows color (decimal): -11446698 or 5658193. OLE color: 5658193.

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

Color convert

RGB818686-
CMYK0.06000.66
HSL180º2.99%32.75%-
HSV(B)180º5.81%33.73%-
XYZ8.49.0810.11-
YUV84.5128.84125.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=32.02%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186860.06000.661802.9932.75
Hex51565660042b4321
Octal121126126600102264341
Binary1010001101011010101101100010000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515656; }

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

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

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

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

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

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

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

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