Html Css Color HEX #5B583E Verdigris

📋 copy color: '#5B583E'

red 91 ◦ green 88 ◦ blue 62

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

Shades of Verdigris #5B583E

Tints of Verdigris #5B583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 37.76%
G = 36.51%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B583E (or 0x5B583E) is known color: Verdigris. HEX triplet: 5B, 58 and 3E. RGB value is (91,88,62). Sum of RGB (Red+Green+Blue) = 91+88+62=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B583E is #A4A7C1. Grayscale: #565656. Windows color (decimal): -10790850 or 4085851. OLE color: 4085851.

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

Color convert

RGB 91 88 62 -
CMYK 0 0.03 0.32 0.64
HSL 53.79º 0.19% 0.3% -
HSV(B) 53.79º 0.32% 0.36% -
XYZ 8.67 9.55 5.94 -
YUV 85.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 91 88 62 0 0.03 0.32 0.64 53.79 0.19 0.3
Hex 5B 58 3E 0 3 20 40 36 13 1E
Octal 133 130 76 0 3 40 100 66 23 36
Binary 1011011 1011000 111110 0 11 100000 1000000 110110 10011 11110

Color Harmonies of #5B583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B583E

Black with #5B583E

Text Example


Text Example

White with #5B583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,62); }

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

background-color css

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

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

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

border-color css

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

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

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