Html Css Color HEX #59504C Tundora

📋 copy color: '#59504C'

red 89 ◦ green 80 ◦ blue 76

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

Shades of Tundora #59504C

Tints of Tundora #59504C

RGB

 RED value IS 89 (35.16% from 255) = 36.33%

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 36.33%
G = 32.65%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59504C (or 0x59504C) is known color: Tundora. HEX triplet: 59, 50 and 4C. RGB value is (89,80,76). Sum of RGB (Red+Green+Blue) = 89+80+76=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #59504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59504C is #A6AFB3. Grayscale: #525252. Windows color (decimal): -10923956 or 5001305. OLE color: 5001305.

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

Color convert

RGB 89 80 76 -
CMYK 0 0.10 0.15 0.65
HSL 18.46º 0.08% 0.32% -
HSV(B) 18.46º 0.15% 0.35% -
XYZ 8.29 8.38 8.02 -
YUV 82.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 89 80 76 0 0.10 0.15 0.65 18.46 0.08 0.32
Hex 59 50 4C 0 A F 41 12 8 20
Octal 131 120 114 0 12 17 101 22 10 40
Binary 1011001 1010000 1001100 0 1010 1111 1000001 10010 1000 100000

Color Harmonies of #59504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59504C

Black with #59504C

Text Example


Text Example

White with #59504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59504C; }

 p { color: rgb(89,80,76); }

 H1.HeaderClassName
 {
   color: #59504C;
 }
 .AnyTagClassName
 {
   color: #59504C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #59504C;
 }
 .BgClassName
 {
   background-color: #59504C;
 }
</style>

border-color css

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

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

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