#599786

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

Shades of Patina #599786

Tints of Patina #599786

Color information

#599786 (or 0x599786) is unknown color: approx Patina. HEX triplet: 59, 97 and 86. RGB value is (89,151,134). Sum of RGB (Red+Green+Blue) = 89+151+134=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #599786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599786 is #A66879. Grayscale: #828282. Windows color (decimal): -10905722 or 8820569. OLE color: 8820569.

HSL color Cylindrical-coordinate representation of color #599786: hue angle of 163.55º 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 #599786 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB89151134-
CMYK0.4100.110.41
HSL163.55º25.83%47.06%-
HSV(B)163.55º41.06%59.22%-
XYZ19.4925.9826.54-
YUV130.52129.9698.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=23.80%
G=40.37%
B=35.83%

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
Decimal891511340.4100.110.41163.5525.8347.06
Hex599786290B29a41a2f
Octal13122720651013512443257
Binary10110011001011110000110101001010111010011010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599786; }

 p { color: rgb(89,151,134); }

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

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

 a { background-color: rgb(89,151,134); }

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

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

 span { border-color: rgb(89,151,134); }

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