#589384

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

Shades of Patina #589384

Tints of Patina #589384

Color information

#589384 (or 0x589384) is unknown color: approx Patina. HEX triplet: 58, 93 and 84. RGB value is (88,147,132). Sum of RGB (Red+Green+Blue) = 88+147+132=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #589384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589384 is #A76C7B. Grayscale: #7F7F7F. Windows color (decimal): -10972284 or 8688472. OLE color: 8688472.

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

Color convert

RGB88147132-
CMYK0.4000.100.42
HSL164.75º25.11%46.08%-
HSV(B)164.75º40.14%57.65%-
XYZ18.6224.6125.6-
YUV127.65130.4599.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=23.98%
G=40.05%
B=35.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471320.4000.100.42164.7525.1146.08
Hex589384280A2Aa5192e
Octal13022320450012522453156
Binary10110001001001110000100101000010101010101010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589384; }

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

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

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

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

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

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

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

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