Html Css Color HEX #59573B Verdigris

📋 copy color: '#59573B'

red 89 ◦ green 87 ◦ blue 59

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

Shades of Verdigris #59573B

Tints of Verdigris #59573B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 37.87%
G = 37.02%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59573B (or 0x59573B) is known color: Verdigris. HEX triplet: 59, 57 and 3B. RGB value is (89,87,59). Sum of RGB (Red+Green+Blue) = 89+87+59=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #59573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59573B is #A6A8C4. Grayscale: #545454. Windows color (decimal): -10922181 or 3888985. OLE color: 3888985.

HSL color Cylindrical-coordinate representation of color #59573B: hue angle of 56º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59573B is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 87 59 -
CMYK 0 0.02 0.34 0.65
HSL 56º 0.2% 0.29% -
HSV(B) 56º 0.34% 0.35% -
XYZ 8.32 9.26 5.49 -
YUV 84.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 89 87 59 0 0.02 0.34 0.65 56 0.2 0.29
Hex 59 57 3B 0 2 22 41 38 14 1D
Octal 131 127 73 0 2 42 101 70 24 35
Binary 1011001 1010111 111011 0 10 100010 1000001 111000 10100 11101

Color Harmonies of #59573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59573B

Black with #59573B

Text Example


Text Example

White with #59573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59573B; }

 p { color: rgb(89,87,59); }

 H1.HeaderClassName
 {
   color: #59573B;
 }
 .AnyTagClassName
 {
   color: #59573B;
 }
</style>

background-color css

<style>
 a { background-color: #59573B; }

 a { background-color: rgb(89,87,59); }

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

border-color css

<style>
 span { border-color: #59573B; }

 span { border-color: rgb(89,87,59); }

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