#589182

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

Shades of Patina #589182

Tints of Patina #589182

Color information

#589182 (or 0x589182) is unknown color: approx Patina. HEX triplet: 58, 91 and 82. RGB value is (88,145,130). Sum of RGB (Red+Green+Blue) = 88+145+130=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #589182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589182 is #A76E7D. Grayscale: #7E7E7E. Windows color (decimal): -10972798 or 8556888. OLE color: 8556888.

HSL color Cylindrical-coordinate representation of color #589182: hue angle of 164.21º 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 #589182 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB88145130-
CMYK0.3900.100.43
HSL164.21º24.46%45.69%-
HSV(B)164.21º39.31%56.86%-
XYZ18.1823.9424.78-
YUV126.25130.12100.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=24.24%
G=39.94%
B=35.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451300.3900.100.43164.2124.4645.69
Hex589182270A2Ba4182e
Octal13022120247012532443056
Binary10110001001000110000010100111010101010111010010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589182; }

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

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

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

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

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

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

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

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