Html Css Color HEX #5B5C45 Verdigris

📋 copy color: '#5B5C45'

red 91 ◦ green 92 ◦ blue 69

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

Shades of Verdigris #5B5C45

Tints of Verdigris #5B5C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 36.11%
G = 36.51%
B = 27.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5B5C45 (or 0x5B5C45) is known color: Verdigris. HEX triplet: 5B, 5C and 45. RGB value is (91,92,69). Sum of RGB (Red+Green+Blue) = 91+92+69=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C45 is #A4A3BA. Grayscale: #595959. Windows color (decimal): -10789819 or 4545627. OLE color: 4545627.

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

Color convert

RGB 91 92 69 -
CMYK 0.01 0 0.25 0.64
HSL 62.61º 0.14% 0.32% -
HSV(B) 62.61º 0.25% 0.36% -
XYZ 9.22 10.31 7.13 -
YUV 89.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 91 92 69 0.01 0 0.25 0.64 62.61 0.14 0.32
Hex 5B 5C 45 1 0 19 40 3F E 20
Octal 133 134 105 1 0 31 100 77 16 40
Binary 1011011 1011100 1000101 1 0 11001 1000000 111111 1110 100000

Color Harmonies of #5B5C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5C45

Black with #5B5C45

Text Example


Text Example

White with #5B5C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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