#599389

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

Shades of Patina #599389

Tints of Patina #599389

Color information

#599389 (or 0x599389) is unknown color: approx Patina. HEX triplet: 59, 93 and 89. RGB value is (89,147,137). Sum of RGB (Red+Green+Blue) = 89+147+137=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #599389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599389 is #A66C76. Grayscale: #808080. Windows color (decimal): -10906743 or 9016153. OLE color: 9016153.

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

Color convert

RGB89147137-
CMYK0.3900.070.42
HSL169.66º24.58%46.27%-
HSV(B)169.66º39.46%57.65%-
XYZ19.0724.827.45-
YUV128.52132.7899.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=23.86%
G=39.41%
B=36.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471370.3900.070.42169.6624.5846.27
Hex59938927072Aaa192e
Octal1312232114707522523156
Binary1011001100100111000100110011101111010101010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599389; }

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

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

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

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

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

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

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

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