#58937D

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

Shades of Patina #58937D

Tints of Patina #58937D

Color information

#58937D (or 0x58937D) is unknown color: approx Patina. HEX triplet: 58, 93 and 7D. RGB value is (88,147,125). Sum of RGB (Red+Green+Blue) = 88+147+125=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #58937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58937D is #A76C82. Grayscale: #7E7E7E. Windows color (decimal): -10972291 or 8229720. OLE color: 8229720.

HSL color Cylindrical-coordinate representation of color #58937D: hue angle of 157.63º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58937D is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB88147125-
CMYK0.4000.150.42
HSL157.63º25.11%46.08%-
HSV(B)157.63º40.14%57.65%-
XYZ18.1624.4223.16-
YUV126.85126.95100.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=24.44%
G=40.83%
B=34.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471250.4000.150.42157.6325.1146.08
Hex58937D280F2A9e192e
Octal13022317550017522363156
Binary1011000100100111111101101000011111010101001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,147,125); }

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

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

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

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

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

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

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