#51605D

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

Shades of Mako #51605D

Tints of Mako #51605D

Color information

#51605D (or 0x51605D) is unknown color: approx Mako. HEX triplet: 51, 60 and 5D. RGB value is (81,96,93). Sum of RGB (Red+Green+Blue) = 81+96+93=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #51605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51605D is #AE9FA2. Grayscale: #5B5B5B. Windows color (decimal): -11444131 or 6119505. OLE color: 6119505.

HSL color Cylindrical-coordinate representation of color #51605D: hue angle of 168º 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 #51605D is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB819693-
CMYK0.1600.030.62
HSL168º8.47%34.71%-
HSV(B)168º15.62%37.65%-
XYZ9.5510.9111.96-
YUV91.17129.03120.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=30%
G=35.56%
B=34.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196930.1600.030.621688.4734.71
Hex51605D10033Ea8823
Octal1211401352003762501043
Binary10100011100000101110110000011111110101010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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