#598A80

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

Shades of Patina #598A80

Tints of Patina #598A80

Color information

#598A80 (or 0x598A80) is unknown color: approx Patina. HEX triplet: 59, 8A and 80. RGB value is (89,138,128). Sum of RGB (Red+Green+Blue) = 89+138+128=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #598A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A80 is #A6757F. Grayscale: #7A7A7A. Windows color (decimal): -10909056 or 8424025. OLE color: 8424025.

HSL color Cylindrical-coordinate representation of color #598A80: hue angle of 167.76º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598A80 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB89138128-
CMYK0.3600.070.46
HSL167.76º21.59%44.51%-
HSV(B)167.76º35.51%54.12%-
XYZ17.121.8623.74-
YUV122.21131.27104.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.07%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=25.07%
G=38.87%
B=36.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal891381280.3600.070.46167.7621.5944.51
Hex598A8024072Ea8162d
Octal1312122004407562502655
Binary1011001100010101000000010010001111011101010100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598A80; }

 p { color: rgb(89,138,128); }

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

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

 a { background-color: rgb(89,138,128); }

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

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

 span { border-color: rgb(89,138,128); }

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