#599881

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

Shades of Patina #599881

Tints of Patina #599881

Color information

#599881 (or 0x599881) is unknown color: approx Patina. HEX triplet: 59, 98 and 81. RGB value is (89,152,129). Sum of RGB (Red+Green+Blue) = 89+152+129=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #599881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599881 is #A6677E. Grayscale: #828282. Windows color (decimal): -10905471 or 8493145. OLE color: 8493145.

HSL color Cylindrical-coordinate representation of color #599881: hue angle of 158.1º 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 #599881 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB89152129-
CMYK0.4100.150.40
HSL158.1º26.14%47.25%-
HSV(B)158.1º41.45%59.61%-
XYZ19.3126.1724.8-
YUV130.54127.1398.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=24.05%
G=41.08%
B=34.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891521290.4100.150.40158.126.1447.25
Hex599881290F289e1a2f
Octal13123020151017502363257
Binary10110011001100010000001101001011111010001001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599881; }

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

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

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

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

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

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

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

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