#58997E

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

Shades of Patina #58997E

Tints of Patina #58997E

Color information

#58997E (or 0x58997E) is unknown color: approx Patina. HEX triplet: 58, 99 and 7E. RGB value is (88,153,126). Sum of RGB (Red+Green+Blue) = 88+153+126=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #58997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58997E is #A76681. Grayscale: #828282. Windows color (decimal): -10970754 or 8296792. OLE color: 8296792.

HSL color Cylindrical-coordinate representation of color #58997E: hue angle of 155.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58997E is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB88153126-
CMYK0.4200.180.4
HSL155.08º26.97%47.25%-
HSV(B)155.08º42.48%60%-
XYZ19.1826.3623.82-
YUV130.49125.4797.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=23.98%
G=41.69%
B=34.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531260.4200.180.4155.0826.9747.25
Hex58997E2A012289b1b2f
Octal13023117652022502333357
Binary10110001001100111111101010100100101010001001101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58997E; }

 p { color: rgb(88,153,126); }

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

<style>
 a { background-color: #58997E; }

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

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

<style>
 span { border-color: #58997E; }

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

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