#559981

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

Shades of Patina #559981

Tints of Patina #559981

Color information

#559981 (or 0x559981) is unknown color: approx Patina. HEX triplet: 55, 99 and 81. RGB value is (85,153,129). Sum of RGB (Red+Green+Blue) = 85+153+129=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #559981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559981 is #AA667E. Grayscale: #818181. Windows color (decimal): -11167359 or 8493397. OLE color: 8493397.

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

Color convert

RGB85153129-
CMYK0.4400.160.4
HSL158.82º28.57%46.67%-
HSV(B)158.82º44.44%60%-
XYZ19.126.324.84-
YUV129.93127.4795.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=23.16%
G=41.69%
B=35.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531290.4400.160.4158.8228.5746.67
Hex5599812C010289f1d2f
Octal12523120154020502373557
Binary101010110011001100000011011000100001010001001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559981; }

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

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

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

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

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

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

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

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