#589C85

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

Shades of Patina #589C85

Tints of Patina #589C85

Color information

#589C85 (or 0x589C85) is unknown color: approx Patina. HEX triplet: 58, 9C and 85. RGB value is (88,156,133). Sum of RGB (Red+Green+Blue) = 88+156+133=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #589C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589C85 is #A7637A. Grayscale: #858585. Windows color (decimal): -10969979 or 8756312. OLE color: 8756312.

HSL color Cylindrical-coordinate representation of color #589C85: hue angle of 159.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C85 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB88156133-
CMYK0.4400.150.39
HSL159.71º27.87%47.84%-
HSV(B)159.71º43.59%61.18%-
XYZ20.1527.5526.45-
YUV133.05127.9795.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 156 (61.33% from 255) = 41.38%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=23.34%
G=41.38%
B=35.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881561330.4400.150.39159.7127.8747.84
Hex589C852C0F27a01c30
Octal13023420554017472403460
Binary10110001001110010000101101100011111001111010000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,156,133); }

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

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

 a { background-color: rgb(88,156,133); }

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

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

 span { border-color: rgb(88,156,133); }

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