#589480

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

Shades of Patina #589480

Tints of Patina #589480

Color information

#589480 (or 0x589480) is unknown color: approx Patina. HEX triplet: 58, 94 and 80. RGB value is (88,148,128). Sum of RGB (Red+Green+Blue) = 88+148+128=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #589480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589480 is #A76B7F. Grayscale: #7F7F7F. Windows color (decimal): -10972032 or 8426584. OLE color: 8426584.

HSL color Cylindrical-coordinate representation of color #589480: hue angle of 160º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589480 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB88148128-
CMYK0.4100.140.42
HSL160º25.42%46.27%-
HSV(B)160º40.54%58.04%-
XYZ18.5124.8124.24-
YUV127.78128.1299.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=24.18%
G=40.66%
B=35.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481280.4100.140.4216025.4246.27
Hex589480290E2Aa0192e
Octal13022420051016522403156
Binary10110001001010010000000101001011101010101010000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589480; }

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

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

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

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

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

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

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

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