#58583F

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

Shades of Verdigris #58583F

Tints of Verdigris #58583F

Color information

#58583F (or 0x58583F) is unknown color: approx Verdigris. HEX triplet: 58, 58 and 3F. RGB value is (88,88,63). Sum of RGB (Red+Green+Blue) = 88+88+63=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583F is #A7A7C0. Grayscale: #555555. Windows color (decimal): -10987457 or 4151384. OLE color: 4151384.

HSL color Cylindrical-coordinate representation of color #58583F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58583F is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB888863-
CMYK000.280.65
HSL60º16.56%29.61%-
HSV(B)60º28.41%34.51%-
XYZ8.419.416.08-
YUV85.15115.5130.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 63 (25% from 255) = 26.36%
R=36.82%
G=36.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888863000.280.656016.5629.61
Hex58583F001C413c111e
Octal130130770034101742136
Binary10110001011000111111001110010000011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58583F; }

 p { color: rgb(88,88,63); }

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

<style>
 a { background-color: #58583F; }

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

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

<style>
 span { border-color: #58583F; }

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

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