Html Css Color HEX #594D4F Don Juan

📋 copy color: '#594D4F'

red 89 ◦ green 77 ◦ blue 79

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

Shades of Don Juan #594D4F

Tints of Don Juan #594D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 36.33%
G = 31.43%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#594D4F (or 0x594D4F) is known color: Don Juan. HEX triplet: 59, 4D and 4F. RGB value is (89,77,79). Sum of RGB (Red+Green+Blue) = 89+77+79=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D4F is #A6B2B0. Grayscale: #505050. Windows color (decimal): -10924721 or 5197145. OLE color: 5197145.

HSL color Cylindrical-coordinate representation of color #594D4F: hue angle of 350º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D4F is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 79 -
CMYK 0 0.13 0.11 0.65
HSL 350º 0.07% 0.33% -
HSV(B) 350º 0.13% 0.35% -
XYZ 8.18 8 8.51 -
YUV 80.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 89 77 79 0 0.13 0.11 0.65 350 0.07 0.33
Hex 59 4D 4F 0 D B 41 15E 7 21
Octal 131 115 117 0 15 13 101 536 7 41
Binary 1011001 1001101 1001111 0 1101 1011 1000001 101011110 111 100001

Color Harmonies of #594D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D4F

Black with #594D4F

Text Example


Text Example

White with #594D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D4F; }

 p { color: rgb(89,77,79); }

 H1.HeaderClassName
 {
   color: #594D4F;
 }
 .AnyTagClassName
 {
   color: #594D4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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