#589388

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

Shades of Patina #589388

Tints of Patina #589388

Color information

#589388 (or 0x589388) is unknown color: approx Patina. HEX triplet: 58, 93 and 88. RGB value is (88,147,136). Sum of RGB (Red+Green+Blue) = 88+147+136=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #589388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589388 is #A76C77. Grayscale: #808080. Windows color (decimal): -10972280 or 8950616. OLE color: 8950616.

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

Color convert

RGB88147136-
CMYK0.4000.070.42
HSL168.81º25.11%46.08%-
HSV(B)168.81º40.14%57.65%-
XYZ18.924.7227.07-
YUV128.1132.4599.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=23.72%
G=39.62%
B=36.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471360.4000.070.42168.8125.1146.08
Hex58938828072Aa9192e
Octal1302232105007522513156
Binary1011000100100111000100010100001111010101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589388; }

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

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

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

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

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

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

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

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