#56605E

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

Shades of Mako #56605E

Tints of Mako #56605E

Color information

#56605E (or 0x56605E) is unknown color: approx Mako. HEX triplet: 56, 60 and 5E. RGB value is (86,96,94). Sum of RGB (Red+Green+Blue) = 86+96+94=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #56605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605E is #A99FA1. Grayscale: #5C5C5C. Windows color (decimal): -11116450 or 6185046. OLE color: 6185046.

HSL color Cylindrical-coordinate representation of color #56605E: hue angle of 168º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56605E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB869694-
CMYK0.1000.020.62
HSL168º5.49%35.69%-
HSV(B)168º10.42%37.65%-
XYZ10.0411.1512.21-
YUV92.78128.69123.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=31.16%
G=34.78%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696940.1000.020.621685.4935.69
Hex56605EA023Ea8524
Octal126140136120276250544
Binary101011011000001011110101001011111010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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