#58593A

Color #58593A Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #58593A

Tints of Verdigris #58593A

Color information

#58593A (or 0x58593A) is unknown color: approx Verdigris. HEX triplet: 58, 59 and 3A. RGB value is (88,89,58). Sum of RGB (Red+Green+Blue) = 88+89+58=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #58593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593A is #A7A6C5. Grayscale: #555555. Windows color (decimal): -10987206 or 3823960. OLE color: 3823960.

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

Color convert

RGB888958-
CMYK0.0100.350.65
HSL61.94º21.09%28.82%-
HSV(B)61.94º34.83%34.9%-
XYZ8.369.525.4-
YUV85.17112.67130.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=37.45%
G=37.87%
B=24.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889580.0100.350.6561.9421.0928.82
Hex58593A1023413e151d
Octal130131721043101762535
Binary101100010110011110101010001110000011111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58593A;
 }
 .AnyTagClassName
 {
   color: #58593A;
 }
</style>
background-color css

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

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

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

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

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

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