#559881

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

Shades of Patina #559881

Tints of Patina #559881

Color information

#559881 (or 0x559881) is unknown color: approx Patina. HEX triplet: 55, 98 and 81. RGB value is (85,152,129). Sum of RGB (Red+Green+Blue) = 85+152+129=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #559881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559881 is #AA677E. Grayscale: #818181. Windows color (decimal): -11167615 or 8493141. OLE color: 8493141.

HSL color Cylindrical-coordinate representation of color #559881: hue angle of 159.4º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559881 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB85152129-
CMYK0.4400.150.40
HSL159.4º28.27%46.47%-
HSV(B)159.4º44.08%59.61%-
XYZ18.9425.9724.78-
YUV129.34127.896.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=23.22%
G=41.53%
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.40
SystemRedGreenBlueCMYKHSL
Decimal851521290.4400.150.40159.428.2746.47
Hex5598812C0F289f1c2e
Octal12523020154017502373456
Binary10101011001100010000001101100011111010001001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559881; }

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

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

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

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

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

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

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

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