#599286

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

Shades of Patina #599286

Tints of Patina #599286

Color information

#599286 (or 0x599286) is unknown color: approx Patina. HEX triplet: 59, 92 and 86. RGB value is (89,146,134). Sum of RGB (Red+Green+Blue) = 89+146+134=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #599286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599286 is #A66D79. Grayscale: #7F7F7F. Windows color (decimal): -10907002 or 8819289. OLE color: 8819289.

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

Color convert

RGB89146134-
CMYK0.3900.080.43
HSL167.37º24.26%46.08%-
HSV(B)167.37º39.04%57.25%-
XYZ18.724.426.28-
YUV127.59131.62100.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=24.12%
G=39.57%
B=36.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461340.3900.080.43167.3724.2646.08
Hex59928627082Ba7182e
Octal13122220647010532473056
Binary10110011001001010000110100111010001010111010011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599286; }

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

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

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

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

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

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

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

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