#599380

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

Shades of Patina #599380

Tints of Patina #599380

Color information

#599380 (or 0x599380) is unknown color: approx Patina. HEX triplet: 59, 93 and 80. RGB value is (89,147,128). Sum of RGB (Red+Green+Blue) = 89+147+128=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #599380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599380 is #A66C7F. Grayscale: #7F7F7F. Windows color (decimal): -10906752 or 8426329. OLE color: 8426329.

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

Color convert

RGB89147128-
CMYK0.3900.130.42
HSL160.34º24.58%46.27%-
HSV(B)160.34º39.46%57.65%-
XYZ18.4524.5524.19-
YUV127.49128.28100.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=24.45%
G=40.38%
B=35.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471280.3900.130.42160.3424.5846.27
Hex599380270D2Aa0192e
Octal13122320047015522403156
Binary10110011001001110000000100111011011010101010000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599380; }

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

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

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

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

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

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

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

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