Html Css Color HEX #5B5A3C Verdigris

📋 copy color: '#5B5A3C'

red 91 ◦ green 90 ◦ blue 60

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

Shades of Verdigris #5B5A3C

Tints of Verdigris #5B5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 37.76%
G = 37.34%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5B5A3C (or 0x5B5A3C) is known color: Verdigris. HEX triplet: 5B, 5A and 3C. RGB value is (91,90,60). Sum of RGB (Red+Green+Blue) = 91+90+60=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A3C is #A4A5C3. Grayscale: #565656. Windows color (decimal): -10790340 or 3955291. OLE color: 3955291.

HSL color Cylindrical-coordinate representation of color #5B5A3C: hue angle of 58.06º 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 #5B5A3C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 90 60 -
CMYK 0 0.01 0.34 0.64
HSL 58.06º 0.21% 0.3% -
HSV(B) 58.06º 0.34% 0.36% -
XYZ 8.79 9.86 5.72 -
YUV 86.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 91 90 60 0 0.01 0.34 0.64 58.06 0.21 0.3
Hex 5B 5A 3C 0 1 22 40 3A 15 1E
Octal 133 132 74 0 1 42 100 72 25 36
Binary 1011011 1011010 111100 0 1 100010 1000000 111010 10101 11110

Color Harmonies of #5B5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A3C

Black with #5B5A3C

Text Example


Text Example

White with #5B5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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