#599685

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

Shades of Patina #599685

Tints of Patina #599685

Color information

#599685 (or 0x599685) is unknown color: approx Patina. HEX triplet: 59, 96 and 85. RGB value is (89,150,133). Sum of RGB (Red+Green+Blue) = 89+150+133=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #599685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599685 is #A6697A. Grayscale: #818181. Windows color (decimal): -10905979 or 8754777. OLE color: 8754777.

HSL color Cylindrical-coordinate representation of color #599685: hue angle of 163.28º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599685 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB89150133-
CMYK0.4100.110.41
HSL163.28º25.52%46.86%-
HSV(B)163.28º40.67%58.82%-
XYZ19.2625.6326.12-
YUV129.82129.7998.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=23.92%
G=40.32%
B=35.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501330.4100.110.41163.2825.5246.86
Hex599685290B29a31a2f
Octal13122620551013512433257
Binary10110011001011010000101101001010111010011010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599685; }

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

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

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

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

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

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

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

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