Html Css Color HEX #5B593C Verdigris

📋 copy color: '#5B593C'

red 91 ◦ green 89 ◦ blue 60

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

Shades of Verdigris #5B593C

Tints of Verdigris #5B593C

RGB

 RED value IS 91 (35.94% from 255) = 37.92%

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 37.92%
G = 37.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B593C (or 0x5B593C) is known color: Verdigris. HEX triplet: 5B, 59 and 3C. RGB value is (91,89,60). Sum of RGB (Red+Green+Blue) = 91+89+60=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B593C is #A4A6C3. Grayscale: #565656. Windows color (decimal): -10790596 or 3955035. OLE color: 3955035.

HSL color Cylindrical-coordinate representation of color #5B593C: hue angle of 56.13º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B593C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 89 60 -
CMYK 0 0.02 0.34 0.64
HSL 56.13º 0.21% 0.3% -
HSV(B) 56.13º 0.34% 0.36% -
XYZ 8.7 9.7 5.69 -
YUV 86.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 91 89 60 0 0.02 0.34 0.64 56.13 0.21 0.3
Hex 5B 59 3C 0 2 22 40 38 15 1E
Octal 133 131 74 0 2 42 100 70 25 36
Binary 1011011 1011001 111100 0 10 100010 1000000 111000 10101 11110

Color Harmonies of #5B593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B593C

Black with #5B593C

Text Example


Text Example

White with #5B593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B593C; }

 p { color: rgb(91,89,60); }

 H1.HeaderClassName
 {
   color: #5B593C;
 }
 .AnyTagClassName
 {
   color: #5B593C;
 }
</style>

background-color css

<style>
 a { background-color: #5B593C; }

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

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

border-color css

<style>
 span { border-color: #5B593C; }

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

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