#589B80

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

Shades of Patina #589B80

Tints of Patina #589B80

Color information

#589B80 (or 0x589B80) is unknown color: approx Patina. HEX triplet: 58, 9B and 80. RGB value is (88,155,128). Sum of RGB (Red+Green+Blue) = 88+155+128=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #589B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B80 is #A7647F. Grayscale: #838383. Windows color (decimal): -10970240 or 8428376. OLE color: 8428376.

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

Color convert

RGB88155128-
CMYK0.4300.170.39
HSL155.82º27.57%47.65%-
HSV(B)155.82º43.23%60.78%-
XYZ19.6427.0824.61-
YUV131.89125.896.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=23.72%
G=41.78%
B=34.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881551280.4300.170.39155.8227.5747.65
Hex589B802B011279c1c30
Octal13023320053021472343460
Binary101100010011011100000001010110100011001111001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,155,128); }

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

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

 a { background-color: rgb(88,155,128); }

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

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

 span { border-color: rgb(88,155,128); }

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