Html Css Color HEX #58573A Verdigris

📋 copy color: '#58573A'

red 88 ◦ green 87 ◦ blue 58

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

Shades of Verdigris #58573A

Tints of Verdigris #58573A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 37.77%
G = 37.34%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58573A (or 0x58573A) is known color: Verdigris. HEX triplet: 58, 57 and 3A. RGB value is (88,87,58). Sum of RGB (Red+Green+Blue) = 88+87+58=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573A is #A7A8C5. Grayscale: #545454. Windows color (decimal): -10987718 or 3823448. OLE color: 3823448.

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

Color convert

RGB 88 87 58 -
CMYK 0 0.01 0.34 0.65
HSL 58º 0.21% 0.29% -
HSV(B) 58º 0.34% 0.35% -
XYZ 8.2 9.2 5.35 -
YUV 83.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 88 87 58 0 0.01 0.34 0.65 58 0.21 0.29
Hex 58 57 3A 0 1 22 41 3A 15 1D
Octal 130 127 72 0 1 42 101 72 25 35
Binary 1011000 1010111 111010 0 1 100010 1000001 111010 10101 11101

Color Harmonies of #58573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58573A

Black with #58573A

Text Example


Text Example

White with #58573A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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