#58987E

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

Shades of Patina #58987E

Tints of Patina #58987E

Color information

#58987E (or 0x58987E) is unknown color: approx Patina. HEX triplet: 58, 98 and 7E. RGB value is (88,152,126). Sum of RGB (Red+Green+Blue) = 88+152+126=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #58987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58987E is #A76781. Grayscale: #818181. Windows color (decimal): -10971010 or 8296536. OLE color: 8296536.

HSL color Cylindrical-coordinate representation of color #58987E: hue angle of 155.62º 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 #58987E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB88152126-
CMYK0.4200.170.40
HSL155.62º26.67%47.06%-
HSV(B)155.62º42.11%59.61%-
XYZ19.0226.0423.76-
YUV129.9125.898.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=24.04%
G=41.53%
B=34.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521260.4200.170.40155.6226.6747.06
Hex58987E2A011289c1b2f
Octal13023017652021502343357
Binary10110001001100011111101010100100011010001001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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