Html Css Color HEX #5B5935 Verdigris

📋 copy color: '#5B5935'

red 91 ◦ green 89 ◦ blue 53

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

Shades of Verdigris #5B5935

Tints of Verdigris #5B5935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.2%

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 39.06%
G = 38.2%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5B5935 (or 0x5B5935) is known color: Verdigris. HEX triplet: 5B, 59 and 35. RGB value is (91,89,53). Sum of RGB (Red+Green+Blue) = 91+89+53=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5935 is #A4A6CA. Grayscale: #555555. Windows color (decimal): -10790603 or 3496283. OLE color: 3496283.

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

Color convert

RGB 91 89 53 -
CMYK 0 0.02 0.42 0.64
HSL 56.84º 0.26% 0.28% -
HSV(B) 56.84º 0.42% 0.36% -
XYZ 8.53 9.63 4.78 -
YUV 85.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 91 89 53 0 0.02 0.42 0.64 56.84 0.26 0.28
Hex 5B 59 35 0 2 2A 40 39 1A 1C
Octal 133 131 65 0 2 52 100 71 32 34
Binary 1011011 1011001 110101 0 10 101010 1000000 111001 11010 11100

Color Harmonies of #5B5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5935

Black with #5B5935

Text Example


Text Example

White with #5B5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,89,53); }

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

background-color css

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

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

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

border-color css

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

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

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