#599385

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

Shades of Patina #599385

Tints of Patina #599385

Color information

#599385 (or 0x599385) is unknown color: approx Patina. HEX triplet: 59, 93 and 85. RGB value is (89,147,133). Sum of RGB (Red+Green+Blue) = 89+147+133=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #599385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599385 is #A66C7A. Grayscale: #808080. Windows color (decimal): -10906747 or 8754009. OLE color: 8754009.

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

Color convert

RGB89147133-
CMYK0.3900.100.42
HSL165.52º24.58%46.27%-
HSV(B)165.52º39.46%57.65%-
XYZ18.7924.6825.96-
YUV128.06130.78100.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=24.12%
G=39.84%
B=36.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471330.3900.100.42165.5224.5846.27
Hex599385270A2Aa6192e
Octal13122320547012522463156
Binary10110011001001110000101100111010101010101010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599385; }

 p { color: rgb(89,147,133); }

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

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

 a { background-color: rgb(89,147,133); }

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

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

 span { border-color: rgb(89,147,133); }

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