#589286

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

Shades of Patina #589286

Tints of Patina #589286

Color information

#589286 (or 0x589286) is unknown color: approx Patina. HEX triplet: 58, 92 and 86. RGB value is (88,146,134). Sum of RGB (Red+Green+Blue) = 88+146+134=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #589286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589286 is #A76D79. Grayscale: #7F7F7F. Windows color (decimal): -10972538 or 8819288. OLE color: 8819288.

HSL color Cylindrical-coordinate representation of color #589286: hue angle of 167.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589286 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB88146134-
CMYK0.4000.080.43
HSL167.59º24.79%45.88%-
HSV(B)167.59º39.73%57.25%-
XYZ18.6124.3526.27-
YUV127.29131.7899.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=23.91%
G=39.67%
B=36.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461340.4000.080.43167.5924.7945.88
Hex58928628082Ba8192e
Octal13022220650010532503156
Binary10110001001001010000110101000010001010111010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589286; }

 p { color: rgb(88,146,134); }

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

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

 a { background-color: rgb(88,146,134); }

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

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

 span { border-color: rgb(88,146,134); }

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