#599180

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

Shades of Patina #599180

Tints of Patina #599180

Color information

#599180 (or 0x599180) is unknown color: approx Patina. HEX triplet: 59, 91 and 80. RGB value is (89,145,128). Sum of RGB (Red+Green+Blue) = 89+145+128=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #599180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599180 is #A66E7F. Grayscale: #7E7E7E. Windows color (decimal): -10907264 or 8425817. OLE color: 8425817.

HSL color Cylindrical-coordinate representation of color #599180: hue angle of 161.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599180 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB89145128-
CMYK0.3900.120.43
HSL161.79º23.93%45.88%-
HSV(B)161.79º38.62%56.86%-
XYZ18.1423.9324.09-
YUV126.32128.95101.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=24.59%
G=40.06%
B=35.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451280.3900.120.43161.7923.9345.88
Hex599180270C2Ba2182e
Octal13122120047014532423056
Binary10110011001000110000000100111011001010111010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599180; }

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

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

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

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

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

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

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

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