#52605E

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

Shades of Mako #52605E

Tints of Mako #52605E

Color information

#52605E (or 0x52605E) is unknown color: approx Mako. HEX triplet: 52, 60 and 5E. RGB value is (82,96,94). Sum of RGB (Red+Green+Blue) = 82+96+94=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #52605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52605E is #AD9FA1. Grayscale: #5B5B5B. Windows color (decimal): -11378594 or 6185042. OLE color: 6185042.

HSL color Cylindrical-coordinate representation of color #52605E: hue angle of 171.43º 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 #52605E is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB829694-
CMYK0.1500.020.62
HSL171.43º7.87%34.9%-
HSV(B)171.43º14.58%37.65%-
XYZ9.6810.9712.2-
YUV91.59129.36121.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=30.15%
G=35.29%
B=34.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296940.1500.020.62171.437.8734.9
Hex52605EF023Eab823
Octal1221401361702762531043
Binary1010010110000010111101111010111110101010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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