Html Css Color HEX #585740 Verdigris

📋 copy color: '#585740'

red 88 ◦ green 87 ◦ blue 64

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

Shades of Verdigris #585740

Tints of Verdigris #585740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

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

R = 36.82%
G = 36.4%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585740 (or 0x585740) is known color: Verdigris. HEX triplet: 58, 57 and 40. RGB value is (88,87,64). Sum of RGB (Red+Green+Blue) = 88+87+64=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585740 is #A7A8BF. Grayscale: #545454. Windows color (decimal): -10987712 or 4216664. OLE color: 4216664.

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

Color convert

RGB 88 87 64 -
CMYK 0 0.01 0.27 0.65
HSL 57.5º 0.16% 0.3% -
HSV(B) 57.5º 0.27% 0.35% -
XYZ 8.36 9.26 6.2 -
YUV 84.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 88 87 64 0 0.01 0.27 0.65 57.5 0.16 0.3
Hex 58 57 40 0 1 1B 41 3A 10 1E
Octal 130 127 100 0 1 33 101 72 20 36
Binary 1011000 1010111 1000000 0 1 11011 1000001 111010 10000 11110

Color Harmonies of #585740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585740

Black with #585740

Text Example


Text Example

White with #585740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585740; }

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

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

background-color css

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

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

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

border-color css

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

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

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