#589185

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

Shades of Patina #589185

Tints of Patina #589185

Color information

#589185 (or 0x589185) is unknown color: approx Patina. HEX triplet: 58, 91 and 85. RGB value is (88,145,133). Sum of RGB (Red+Green+Blue) = 88+145+133=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #589185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589185 is #A76E7A. Grayscale: #7E7E7E. Windows color (decimal): -10972795 or 8753496. OLE color: 8753496.

HSL color Cylindrical-coordinate representation of color #589185: hue angle of 167.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589185 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB88145133-
CMYK0.3900.080.43
HSL167.37º24.46%45.69%-
HSV(B)167.37º39.31%56.86%-
XYZ18.3824.0225.86-
YUV126.59131.62100.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=24.04%
G=39.62%
B=36.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451330.3900.080.43167.3724.4645.69
Hex58918527082Ba7182e
Octal13022120547010532473056
Binary10110001001000110000101100111010001010111010011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589185; }

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

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

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

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

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

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

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

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