Html Css Color HEX #59593A Verdigris

📋 copy color: '#59593A'

red 89 ◦ green 89 ◦ blue 58

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

Shades of Verdigris #59593A

Tints of Verdigris #59593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 37.71%
G = 37.71%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59593A (or 0x59593A) is known color: Verdigris. HEX triplet: 59, 59 and 3A. RGB value is (89,89,58). Sum of RGB (Red+Green+Blue) = 89+89+58=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59593A is #A6A6C5. Grayscale: #555555. Windows color (decimal): -10921670 or 3823961. OLE color: 3823961.

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

Color convert

RGB 89 89 58 -
CMYK 0 0 0.35 0.65
HSL 60º 0.21% 0.29% -
HSV(B) 60º 0.35% 0.35% -
XYZ 8.46 9.57 5.41 -
YUV 85.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 89 89 58 0 0 0.35 0.65 60 0.21 0.29
Hex 59 59 3A 0 0 23 41 3C 15 1D
Octal 131 131 72 0 0 43 101 74 25 35
Binary 1011001 1011001 111010 0 0 100011 1000001 111100 10101 11101

Color Harmonies of #59593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59593A

Black with #59593A

Text Example


Text Example

White with #59593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59593A; }

 p { color: rgb(89,89,58); }

 H1.HeaderClassName
 {
   color: #59593A;
 }
 .AnyTagClassName
 {
   color: #59593A;
 }
</style>

background-color css

<style>
 a { background-color: #59593A; }

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

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

border-color css

<style>
 span { border-color: #59593A; }

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

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