#589685

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

Shades of Patina #589685

Tints of Patina #589685

Color information

#589685 (or 0x589685) is unknown color: approx Patina. HEX triplet: 58, 96 and 85. RGB value is (88,150,133). Sum of RGB (Red+Green+Blue) = 88+150+133=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #589685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589685 is #A7697A. Grayscale: #818181. Windows color (decimal): -10971515 or 8754776. OLE color: 8754776.

HSL color Cylindrical-coordinate representation of color #589685: hue angle of 163.55º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589685 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB88150133-
CMYK0.4100.110.41
HSL163.55º26.05%46.67%-
HSV(B)163.55º41.33%58.82%-
XYZ19.1625.5826.12-
YUV129.52129.9698.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=23.72%
G=40.43%
B=35.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501330.4100.110.41163.5526.0546.67
Hex589685290B29a41a2f
Octal13022620551013512443257
Binary10110001001011010000101101001010111010011010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589685; }

 p { color: rgb(88,150,133); }

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

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

 a { background-color: rgb(88,150,133); }

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

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

 span { border-color: rgb(88,150,133); }

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