#599080

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

Shades of Patina #599080

Tints of Patina #599080

Color information

#599080 (or 0x599080) is unknown color: approx Patina. HEX triplet: 59, 90 and 80. RGB value is (89,144,128). Sum of RGB (Red+Green+Blue) = 89+144+128=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #599080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599080 is #A66F7F. Grayscale: #7D7D7D. Windows color (decimal): -10907520 or 8425561. OLE color: 8425561.

HSL color Cylindrical-coordinate representation of color #599080: hue angle of 162.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599080 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB89144128-
CMYK0.3800.110.44
HSL162.55º23.61%45.69%-
HSV(B)162.55º38.19%56.47%-
XYZ17.9923.6324.03-
YUV125.73129.28101.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=24.65%
G=39.89%
B=35.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891441280.3800.110.44162.5523.6145.69
Hex599080260B2Ca3182e
Octal13122020046013542433056
Binary10110011001000010000000100110010111011001010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599080; }

 p { color: rgb(89,144,128); }

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

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

 a { background-color: rgb(89,144,128); }

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

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

 span { border-color: rgb(89,144,128); }

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