#599F87

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

Shades of Patina #599F87

Tints of Patina #599F87

Color information

#599F87 (or 0x599F87) is unknown color: approx Patina. HEX triplet: 59, 9F and 87. RGB value is (89,159,135). Sum of RGB (Red+Green+Blue) = 89+159+135=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #599F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F87 is #A66078. Grayscale: #878787. Windows color (decimal): -10903673 or 8888153. OLE color: 8888153.

HSL color Cylindrical-coordinate representation of color #599F87: hue angle of 159.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F87 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB89159135-
CMYK0.4400.150.38
HSL159.43º28.23%48.63%-
HSV(B)159.43º44.03%62.35%-
XYZ20.8928.6727.35-
YUV135.33127.8194.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=23.24%
G=41.51%
B=35.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591350.4400.150.38159.4328.2348.63
Hex599F872C0F269f1c31
Octal13123720754017462373461
Binary10110011001111110000111101100011111001101001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,159,135); }

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

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

 a { background-color: rgb(89,159,135); }

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

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

 span { border-color: rgb(89,159,135); }

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