Html Css Color HEX #5B5A43 Verdigris

📋 copy color: '#5B5A43'

red 91 ◦ green 90 ◦ blue 67

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

Shades of Verdigris #5B5A43

Tints of Verdigris #5B5A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.02%

R = 36.69%
G = 36.29%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5B5A43 (or 0x5B5A43) is known color: Verdigris. HEX triplet: 5B, 5A and 43. RGB value is (91,90,67). Sum of RGB (Red+Green+Blue) = 91+90+67=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A43 is #A4A5BC. Grayscale: #575757. Windows color (decimal): -10790333 or 4414043. OLE color: 4414043.

HSL color Cylindrical-coordinate representation of color #5B5A43: hue angle of 57.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5A43 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 90 67 -
CMYK 0 0.01 0.26 0.64
HSL 57.5º 0.15% 0.31% -
HSV(B) 57.5º 0.26% 0.36% -
XYZ 8.98 9.94 6.76 -
YUV 87.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 91 90 67 0 0.01 0.26 0.64 57.5 0.15 0.31
Hex 5B 5A 43 0 1 1A 40 3A F 1F
Octal 133 132 103 0 1 32 100 72 17 37
Binary 1011011 1011010 1000011 0 1 11010 1000000 111010 1111 11111

Color Harmonies of #5B5A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A43

Black with #5B5A43

Text Example


Text Example

White with #5B5A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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