#589582

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

Shades of Patina #589582

Tints of Patina #589582

Color information

#589582 (or 0x589582) is unknown color: approx Patina. HEX triplet: 58, 95 and 82. RGB value is (88,149,130). Sum of RGB (Red+Green+Blue) = 88+149+130=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #589582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589582 is #A76A7D. Grayscale: #808080. Windows color (decimal): -10971774 or 8557912. OLE color: 8557912.

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

Color convert

RGB88149130-
CMYK0.4100.130.42
HSL161.31º25.74%46.47%-
HSV(B)161.31º40.94%58.43%-
XYZ18.825.1824.99-
YUV128.6128.7999.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=23.98%
G=40.60%
B=35.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491300.4100.130.42161.3125.7446.47
Hex589582290D2Aa11a2e
Octal13022520251015522413256
Binary10110001001010110000010101001011011010101010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589582; }

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

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

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

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

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

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

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

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