#589584

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

Shades of Patina #589584

Tints of Patina #589584

Color information

#589584 (or 0x589584) is unknown color: approx Patina. HEX triplet: 58, 95 and 84. RGB value is (88,149,132). Sum of RGB (Red+Green+Blue) = 88+149+132=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #589584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589584 is #A76A7B. Grayscale: #808080. Windows color (decimal): -10971772 or 8688984. OLE color: 8688984.

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

Color convert

RGB88149132-
CMYK0.4100.110.42
HSL163.28º25.74%46.47%-
HSV(B)163.28º40.94%58.43%-
XYZ18.9425.2425.7-
YUV128.82129.7998.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=23.85%
G=40.38%
B=35.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491320.4100.110.42163.2825.7446.47
Hex589584290B2Aa31a2e
Octal13022520451013522433256
Binary10110001001010110000100101001010111010101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589584; }

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

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

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

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

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

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

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

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