#599880

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

Shades of Patina #599880

Tints of Patina #599880

Color information

#599880 (or 0x599880) is unknown color: approx Patina. HEX triplet: 59, 98 and 80. RGB value is (89,152,128). Sum of RGB (Red+Green+Blue) = 89+152+128=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #599880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599880 is #A6677F. Grayscale: #828282. Windows color (decimal): -10905472 or 8427609. OLE color: 8427609.

HSL color Cylindrical-coordinate representation of color #599880: hue angle of 157.14º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599880 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB89152128-
CMYK0.4100.160.40
HSL157.14º26.14%47.25%-
HSV(B)157.14º41.45%59.61%-
XYZ19.2426.1424.45-
YUV130.43126.6398.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=24.12%
G=41.19%
B=34.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521280.4100.160.40157.1426.1447.25
Hex59988029010289d1a2f
Octal13123020051020502353257
Binary101100110011000100000001010010100001010001001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599880; }

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

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

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

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

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

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

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

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