#599187

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

Shades of Patina #599187

Tints of Patina #599187

Color information

#599187 (or 0x599187) is unknown color: approx Patina. HEX triplet: 59, 91 and 87. RGB value is (89,145,135). Sum of RGB (Red+Green+Blue) = 89+145+135=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #599187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599187 is #A66E78. Grayscale: #7F7F7F. Windows color (decimal): -10907257 or 8884569. OLE color: 8884569.

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

Color convert

RGB89145135-
CMYK0.3900.070.43
HSL169.29º23.93%45.88%-
HSV(B)169.29º38.62%56.86%-
XYZ18.6224.1226.6-
YUV127.12132.45100.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=24.12%
G=39.30%
B=36.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891451350.3900.070.43169.2923.9345.88
Hex59918727072Ba9182e
Octal1312212074707532513056
Binary1011001100100011000011110011101111010111010100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599187; }

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

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

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

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

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

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

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

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