#58957D

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

Shades of Patina #58957D

Tints of Patina #58957D

Color information

#58957D (or 0x58957D) is unknown color: approx Patina. HEX triplet: 58, 95 and 7D. RGB value is (88,149,125). Sum of RGB (Red+Green+Blue) = 88+149+125=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #58957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58957D is #A76A82. Grayscale: #808080. Windows color (decimal): -10971779 or 8230232. OLE color: 8230232.

HSL color Cylindrical-coordinate representation of color #58957D: hue angle of 156.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58957D is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB88149125-
CMYK0.4100.160.42
HSL156.39º25.74%46.47%-
HSV(B)156.39º40.94%58.43%-
XYZ18.4725.0523.26-
YUV128.02126.2999.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=24.31%
G=41.16%
B=34.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491250.4100.160.42156.3925.7446.47
Hex58957D290102A9c1a2e
Octal13022517551020522343256
Binary10110001001010111111011010010100001010101001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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