#589F8C

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

Shades of Patina #589F8C

Tints of Patina #589F8C

Color information

#589F8C (or 0x589F8C) is unknown color: approx Patina. HEX triplet: 58, 9F and 8C. RGB value is (88,159,140). Sum of RGB (Red+Green+Blue) = 88+159+140=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #589F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F8C is #A76073. Grayscale: #878787. Windows color (decimal): -10969204 or 9215832. OLE color: 9215832.

HSL color Cylindrical-coordinate representation of color #589F8C: hue angle of 163.94º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F8C is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB88159140-
CMYK0.4500.120.38
HSL163.94º28.74%48.43%-
HSV(B)163.94º44.65%62.35%-
XYZ21.1628.7629.25-
YUV135.6130.4894.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=22.74%
G=41.09%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881591400.4500.120.38163.9428.7448.43
Hex589F8C2D0C26a41d30
Octal13023721455014462443560
Binary10110001001111110001100101101011001001101010010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589F8C; }

 p { color: rgb(88,159,140); }

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

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

 a { background-color: rgb(88,159,140); }

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

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

 span { border-color: rgb(88,159,140); }

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