Html Css Color HEX #594C4F Don Juan

📋 copy color: '#594C4F'

red 89 ◦ green 76 ◦ blue 79

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

Shades of Don Juan #594C4F

Tints of Don Juan #594C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

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

R = 36.48%
G = 31.15%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#594C4F (or 0x594C4F) is known color: Don Juan. HEX triplet: 59, 4C and 4F. RGB value is (89,76,79). Sum of RGB (Red+Green+Blue) = 89+76+79=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C4F is #A6B3B0. Grayscale: #505050. Windows color (decimal): -10924977 or 5196889. OLE color: 5196889.

HSL color Cylindrical-coordinate representation of color #594C4F: hue angle of 346.15º 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 #594C4F is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 76 79 -
CMYK 0 0.15 0.11 0.65
HSL 346.15º 0.08% 0.32% -
HSV(B) 346.15º 0.15% 0.35% -
XYZ 8.12 7.86 8.49 -
YUV 80.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 89 76 79 0 0.15 0.11 0.65 346.15 0.08 0.32
Hex 59 4C 4F 0 F B 41 15A 8 20
Octal 131 114 117 0 17 13 101 532 10 40
Binary 1011001 1001100 1001111 0 1111 1011 1000001 101011010 1000 100000

Color Harmonies of #594C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C4F

Black with #594C4F

Text Example


Text Example

White with #594C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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