#59583D

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

Shades of Verdigris #59583D

Tints of Verdigris #59583D

Color information

#59583D (or 0x59583D) is unknown color: approx Verdigris. HEX triplet: 59, 58 and 3D. RGB value is (89,88,61). Sum of RGB (Red+Green+Blue) = 89+88+61=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #59583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59583D is #A6A7C2. Grayscale: #555555. Windows color (decimal): -10921923 or 4020313. OLE color: 4020313.

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

Color convert

RGB898861-
CMYK00.010.310.65
HSL57.86º18.67%29.41%-
HSV(B)57.86º31.46%34.9%-
XYZ8.459.445.79-
YUV85.22114.33130.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=37.39%
G=36.97%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89886100.010.310.6557.8618.6729.41
Hex59583D011F413a131d
Octal131130750137101722335
Binary10110011011000111101011111110000011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59583D; }

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

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

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

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

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

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

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

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