#598A81

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

Shades of Patina #598A81

Tints of Patina #598A81

Color information

#598A81 (or 0x598A81) is unknown color: approx Patina. HEX triplet: 59, 8A and 81. RGB value is (89,138,129). Sum of RGB (Red+Green+Blue) = 89+138+129=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #598A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A81 is #A6757E. Grayscale: #7A7A7A. Windows color (decimal): -10909055 or 8489561. OLE color: 8489561.

HSL color Cylindrical-coordinate representation of color #598A81: hue angle of 168.98º 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 #598A81 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB89138129-
CMYK0.3600.070.46
HSL168.98º21.59%44.51%-
HSV(B)168.98º35.51%54.12%-
XYZ17.1721.8924.09-
YUV122.32131.77104.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=25%
G=38.76%
B=36.24%

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
Decimal891381290.3600.070.46168.9821.5944.51
Hex598A8124072Ea9162d
Octal1312122014407562512655
Binary1011001100010101000000110010001111011101010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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