#58593C

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

Shades of Verdigris #58593C

Tints of Verdigris #58593C

Color information

#58593C (or 0x58593C) is unknown color: approx Verdigris. HEX triplet: 58, 59 and 3C. RGB value is (88,89,60). Sum of RGB (Red+Green+Blue) = 88+89+60=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #58593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58593C is #A7A6C3. Grayscale: #555555. Windows color (decimal): -10987204 or 3955032. OLE color: 3955032.

HSL color Cylindrical-coordinate representation of color #58593C: hue angle of 62.07º degrees, saturation: 0.19, 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 #58593C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB888960-
CMYK0.0100.330.65
HSL62.07º19.46%29.22%-
HSV(B)62.07º32.58%34.9%-
XYZ8.419.555.67-
YUV85.4113.67129.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=37.13%
G=37.55%
B=25.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889600.0100.330.6562.0719.4629.22
Hex58593C1021413e131d
Octal130131741041101762335
Binary101100010110011111001010000110000011111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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