Html Css Color HEX #5B5B44 Verdigris

📋 copy color: '#5B5B44'

red 91 ◦ green 91 ◦ blue 68

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

Shades of Verdigris #5B5B44

Tints of Verdigris #5B5B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 36.4%
G = 36.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5B5B44 (or 0x5B5B44) is known color: Verdigris. HEX triplet: 5B, 5B and 44. RGB value is (91,91,68). Sum of RGB (Red+Green+Blue) = 91+91+68=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5B44 is #A4A4BB. Grayscale: #585858. Windows color (decimal): -10790076 or 4479835. OLE color: 4479835.

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

Color convert

RGB 91 91 68 -
CMYK 0 0 0.25 0.64
HSL 60º 0.14% 0.31% -
HSV(B) 60º 0.25% 0.36% -
XYZ 9.1 10.12 6.94 -
YUV 88.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 91 91 68 0 0 0.25 0.64 60 0.14 0.31
Hex 5B 5B 44 0 0 19 40 3C E 1F
Octal 133 133 104 0 0 31 100 74 16 37
Binary 1011011 1011011 1000100 0 0 11001 1000000 111100 1110 11111

Color Harmonies of #5B5B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5B44

Black with #5B5B44

Text Example


Text Example

White with #5B5B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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