#51605E

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

Shades of Mako #51605E

Tints of Mako #51605E

Color information

#51605E (or 0x51605E) is unknown color: approx Mako. HEX triplet: 51, 60 and 5E. RGB value is (81,96,94). Sum of RGB (Red+Green+Blue) = 81+96+94=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #51605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51605E is #AE9FA1. Grayscale: #5B5B5B. Windows color (decimal): -11444130 or 6185041. OLE color: 6185041.

HSL color Cylindrical-coordinate representation of color #51605E: hue angle of 172º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #51605E is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB819694-
CMYK0.1600.020.62
HSL172º8.47%34.71%-
HSV(B)172º15.62%37.65%-
XYZ9.610.9212.19-
YUV91.29129.53120.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=29.89%
G=35.42%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196940.1600.020.621728.4734.71
Hex51605E10023Eac823
Octal1211401362002762541043
Binary10100011100000101111010000010111110101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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