Html Css Color HEX #5B5C46 Verdigris

📋 copy color: '#5B5C46'

red 91 ◦ green 92 ◦ blue 70

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

Shades of Verdigris #5B5C46

Tints of Verdigris #5B5C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 35.97%
G = 36.36%
B = 27.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#5B5C46 (or 0x5B5C46) is known color: Verdigris. HEX triplet: 5B, 5C and 46. RGB value is (91,92,70). Sum of RGB (Red+Green+Blue) = 91+92+70=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C46 is #A4A3B9. Grayscale: #595959. Windows color (decimal): -10789818 or 4611163. OLE color: 4611163.

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

Color convert

RGB 91 92 70 -
CMYK 0.01 0 0.24 0.64
HSL 62.73º 0.14% 0.32% -
HSV(B) 62.73º 0.24% 0.36% -
XYZ 9.25 10.32 7.3 -
YUV 89.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 91 92 70 0.01 0 0.24 0.64 62.73 0.14 0.32
Hex 5B 5C 46 1 0 18 40 3F E 20
Octal 133 134 106 1 0 30 100 77 16 40
Binary 1011011 1011100 1000110 1 0 11000 1000000 111111 1110 100000

Color Harmonies of #5B5C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5C46

Black with #5B5C46

Text Example


Text Example

White with #5B5C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,92,70); }

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

background-color css

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

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

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

border-color css

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

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

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