#52615E

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

Shades of Mako #52615E

Tints of Mako #52615E

Color information

#52615E (or 0x52615E) is unknown color: approx Mako. HEX triplet: 52, 61 and 5E. RGB value is (82,97,94). Sum of RGB (Red+Green+Blue) = 82+97+94=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #52615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52615E is #AD9EA1. Grayscale: #5C5C5C. Windows color (decimal): -11378338 or 6185298. OLE color: 6185298.

HSL color Cylindrical-coordinate representation of color #52615E: 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.15%. Process color model (Four color, CMYK) of #52615E is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB829794-
CMYK0.1500.030.62
HSL168º8.38%35.1%-
HSV(B)168º15.46%38.04%-
XYZ9.7711.1512.23-
YUV92.17129.03120.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=30.04%
G=35.53%
B=34.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297940.1500.030.621688.3835.1
Hex52615EF033Ea8823
Octal1221411361703762501043
Binary1010010110000110111101111011111110101010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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