#51615E

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

Shades of Mako #51615E

Tints of Mako #51615E

Color information

#51615E (or 0x51615E) is unknown color: approx Mako. HEX triplet: 51, 61 and 5E. RGB value is (81,97,94). Sum of RGB (Red+Green+Blue) = 81+97+94=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #51615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51615E is #AE9EA1. Grayscale: #5B5B5B. Windows color (decimal): -11443874 or 6185297. OLE color: 6185297.

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

Color convert

RGB819794-
CMYK0.1600.030.62
HSL168.75º8.99%34.9%-
HSV(B)168.75º16.49%38.04%-
XYZ9.6911.1112.22-
YUV91.87129.2120.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=29.78%
G=35.66%
B=34.56%

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
Decimal8197940.1600.030.62168.758.9934.9
Hex51615E10033Ea9923
Octal1211411362003762511143
Binary10100011100001101111010000011111110101010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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