#589580

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

Shades of Patina #589580

Tints of Patina #589580

Color information

#589580 (or 0x589580) is unknown color: approx Patina. HEX triplet: 58, 95 and 80. RGB value is (88,149,128). Sum of RGB (Red+Green+Blue) = 88+149+128=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #589580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589580 is #A76A7F. Grayscale: #808080. Windows color (decimal): -10971776 or 8426840. OLE color: 8426840.

HSL color Cylindrical-coordinate representation of color #589580: hue angle of 159.34º degrees, saturation: 0.26, 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 #589580 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB88149128-
CMYK0.4100.140.42
HSL159.34º25.74%46.47%-
HSV(B)159.34º40.94%58.43%-
XYZ18.6725.1324.29-
YUV128.37127.7999.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=24.11%
G=40.82%
B=35.07%

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
Decimal881491280.4100.140.42159.3425.7446.47
Hex589580290E2A9f1a2e
Octal13022520051016522373256
Binary10110001001010110000000101001011101010101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589580; }

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

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

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

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

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

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

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

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