Html Css Color HEX #58573B Verdigris

📋 copy color: '#58573B'

red 88 ◦ green 87 ◦ blue 59

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

Shades of Verdigris #58573B

Tints of Verdigris #58573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 37.61%
G = 37.18%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58573B (or 0x58573B) is known color: Verdigris. HEX triplet: 58, 57 and 3B. RGB value is (88,87,59). Sum of RGB (Red+Green+Blue) = 88+87+59=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573B is #A7A8C4. Grayscale: #545454. Windows color (decimal): -10987717 or 3888984. OLE color: 3888984.

HSL color Cylindrical-coordinate representation of color #58573B: hue angle of 57.93º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58573B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 59 -
CMYK 0 0.01 0.33 0.65
HSL 57.93º 0.2% 0.29% -
HSV(B) 57.93º 0.33% 0.35% -
XYZ 8.22 9.21 5.48 -
YUV 84.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 88 87 59 0 0.01 0.33 0.65 57.93 0.2 0.29
Hex 58 57 3B 0 1 21 41 3A 14 1D
Octal 130 127 73 0 1 41 101 72 24 35
Binary 1011000 1010111 111011 0 1 100001 1000001 111010 10100 11101

Color Harmonies of #58573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58573B

Black with #58573B

Text Example


Text Example

White with #58573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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