#589180

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

Shades of Patina #589180

Tints of Patina #589180

Color information

#589180 (or 0x589180) is unknown color: approx Patina. HEX triplet: 58, 91 and 80. RGB value is (88,145,128). Sum of RGB (Red+Green+Blue) = 88+145+128=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #589180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589180 is #A76E7F. Grayscale: #7E7E7E. Windows color (decimal): -10972800 or 8425816. OLE color: 8425816.

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

Color convert

RGB88145128-
CMYK0.3900.120.43
HSL162.11º24.46%45.69%-
HSV(B)162.11º39.31%56.86%-
XYZ18.0523.8824.08-
YUV126.02129.12100.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=24.38%
G=40.17%
B=35.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451280.3900.120.43162.1124.4645.69
Hex589180270C2Ba2182e
Octal13022120047014532423056
Binary10110001001000110000000100111011001010111010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589180; }

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

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

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

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

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

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

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

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