#598E81

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

Shades of Patina #598E81

Tints of Patina #598E81

Color information

#598E81 (or 0x598E81) is unknown color: approx Patina. HEX triplet: 59, 8E and 81. RGB value is (89,142,129). Sum of RGB (Red+Green+Blue) = 89+142+129=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #598E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E81 is #A6717E. Grayscale: #7C7C7C. Windows color (decimal): -10908031 or 8490585. OLE color: 8490585.

HSL color Cylindrical-coordinate representation of color #598E81: hue angle of 165.28º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E81 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB89142129-
CMYK0.3700.090.44
HSL165.28º22.94%45.29%-
HSV(B)165.28º37.32%55.69%-
XYZ17.7623.0524.28-
YUV124.67130.44102.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=24.72%
G=39.44%
B=35.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891421290.3700.090.44165.2822.9445.29
Hex598E8125092Ca5172d
Octal13121620145011542452755
Binary10110011000111010000001100101010011011001010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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