#599B85

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

Shades of Patina #599B85

Tints of Patina #599B85

Color information

#599B85 (or 0x599B85) is unknown color: approx Patina. HEX triplet: 59, 9B and 85. RGB value is (89,155,133). Sum of RGB (Red+Green+Blue) = 89+155+133=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #599B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B85 is #A6647A. Grayscale: #848484. Windows color (decimal): -10904699 or 8756057. OLE color: 8756057.

HSL color Cylindrical-coordinate representation of color #599B85: hue angle of 160º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B85 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB89155133-
CMYK0.4300.140.39
HSL160º27.05%47.84%-
HSV(B)160º42.58%60.78%-
XYZ20.0727.2626.39-
YUV132.76128.1396.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=23.61%
G=41.11%
B=35.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891551330.4300.140.3916027.0547.84
Hex599B852B0E27a01b30
Octal13123320553016472403360
Binary10110011001101110000101101011011101001111010000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599B85; }

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

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

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

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

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

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

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

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