Html Css Color HEX #59494E Don Juan

📋 copy color: '#59494E'

red 89 ◦ green 73 ◦ blue 78

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

Shades of Don Juan #59494E

Tints of Don Juan #59494E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 37.08%
G = 30.42%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59494E (or 0x59494E) is known color: Don Juan. HEX triplet: 59, 49 and 4E. RGB value is (89,73,78). Sum of RGB (Red+Green+Blue) = 89+73+78=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #59494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59494E is #A6B6B1. Grayscale: #4E4E4E. Windows color (decimal): -10925746 or 5130585. OLE color: 5130585.

HSL color Cylindrical-coordinate representation of color #59494E: hue angle of 341.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #59494E is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 78 -
CMYK 0 0.18 0.12 0.65
HSL 341.25º 0.1% 0.32% -
HSV(B) 341.25º 0.18% 0.35% -
XYZ 7.88 7.44 8.23 -
YUV 78.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 89 73 78 0 0.18 0.12 0.65 341.25 0.1 0.32
Hex 59 49 4E 0 12 C 41 155 A 20
Octal 131 111 116 0 22 14 101 525 12 40
Binary 1011001 1001001 1001110 0 10010 1100 1000001 101010101 1010 100000

Color Harmonies of #59494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59494E

Black with #59494E

Text Example


Text Example

White with #59494E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,73,78); }

 H1.HeaderClassName
 {
   color: #59494E;
 }
 .AnyTagClassName
 {
   color: #59494E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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