#525959

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

Shades of Mako #525959

Tints of Mako #525959

Color information

#525959 (or 0x525959) is unknown color: approx Mako. HEX triplet: 52, 59 and 59. RGB value is (82,89,89). Sum of RGB (Red+Green+Blue) = 82+89+89=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #525959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525959 is #ADA6A6. Grayscale: #565656. Windows color (decimal): -11380391 or 5855570. OLE color: 5855570.

HSL color Cylindrical-coordinate representation of color #525959: hue angle of 180º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525959 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828989-
CMYK0.08000.65
HSL180º4.09%33.53%-
HSV(B)180º7.87%34.9%-
XYZ8.869.6610.85-
YUV86.91129.18124.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=31.54%
G=34.23%
B=34.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289890.08000.651804.0933.53
Hex52595980041b4422
Octal1221311311000101264442
Binary101001010110011011001100000100000110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525959; }

 p { color: rgb(82,89,89); }

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

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

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

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

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

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

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