Html Css Color HEX #5B5B47 Verdigris

📋 copy color: '#5B5B47'

red 91 ◦ green 91 ◦ blue 71

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

Shades of Verdigris #5B5B47

Tints of Verdigris #5B5B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 35.97%
G = 35.97%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5B5B47 (or 0x5B5B47) is known color: Verdigris. HEX triplet: 5B, 5B and 47. RGB value is (91,91,71). Sum of RGB (Red+Green+Blue) = 91+91+71=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5B47 is #A4A4B8. Grayscale: #585858. Windows color (decimal): -10790073 or 4676443. OLE color: 4676443.

HSL color Cylindrical-coordinate representation of color #5B5B47: hue angle of 60º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5B47 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 91 71 -
CMYK 0 0 0.22 0.64
HSL 60º 0.12% 0.32% -
HSV(B) 60º 0.22% 0.36% -
XYZ 9.19 10.16 7.44 -
YUV 88.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 91 91 71 0 0 0.22 0.64 60 0.12 0.32
Hex 5B 5B 47 0 0 16 40 3C C 20
Octal 133 133 107 0 0 26 100 74 14 40
Binary 1011011 1011011 1000111 0 0 10110 1000000 111100 1100 100000

Color Harmonies of #5B5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5B47

Black with #5B5B47

Text Example


Text Example

White with #5B5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,91,71); }

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

background-color css

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

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

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

border-color css

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

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

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