Html Css Color HEX #585940 Verdigris

📋 copy color: '#585940'

red 88 ◦ green 89 ◦ blue 64

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

Shades of Verdigris #585940

Tints of Verdigris #585940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 36.51%
G = 36.93%
B = 26.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#585940 (or 0x585940) is known color: Verdigris. HEX triplet: 58, 59 and 40. RGB value is (88,89,64). Sum of RGB (Red+Green+Blue) = 88+89+64=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #585940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585940 is #A7A6BF. Grayscale: #555555. Windows color (decimal): -10987200 or 4217176. OLE color: 4217176.

HSL color Cylindrical-coordinate representation of color #585940: hue angle of 62.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585940 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 64 -
CMYK 0.01 0 0.28 0.65
HSL 62.4º 0.16% 0.3% -
HSV(B) 62.4º 0.28% 0.35% -
XYZ 8.52 9.59 6.25 -
YUV 85.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 88 89 64 0.01 0 0.28 0.65 62.4 0.16 0.3
Hex 58 59 40 1 0 1C 41 3E 10 1E
Octal 130 131 100 1 0 34 101 76 20 36
Binary 1011000 1011001 1000000 1 0 11100 1000001 111110 10000 11110

Color Harmonies of #585940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585940

Black with #585940

Text Example


Text Example

White with #585940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585940; }

 p { color: rgb(88,89,64); }

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

background-color css

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

 a { background-color: rgb(88,89,64); }

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

border-color css

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

 span { border-color: rgb(88,89,64); }

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