Html Css Color HEX #525959 Mako

📋 copy color: '#525959'

red 82 ◦ green 89 ◦ blue 89

#525959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mako #525959

Tints of Mako #525959

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 value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525959 (or 0x525959) is known color: 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

RGB 82 89 89 -
CMYK 0.08 0 0 0.65
HSL 180º 0.04% 0.34% -
HSV(B) 180º 0.08% 0.35% -
XYZ 8.86 9.66 10.85 -
YUV 86.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 82 89 89 0.08 0 0 0.65 180 0.04 0.34
Hex 52 59 59 8 0 0 41 B4 4 22
Octal 122 131 131 10 0 0 101 264 4 42
Binary 1010010 1011001 1011001 1000 0 0 1000001 10110100 100 100010

Color Harmonies of #525959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525959

Black with #525959

Text Example


Text Example

White with #525959

Text Example


Text Example

HTML Codes & Css Web 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>