#559980

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

Shades of Patina #559980

Tints of Patina #559980

Color information

#559980 (or 0x559980) is unknown color: approx Patina. HEX triplet: 55, 99 and 80. RGB value is (85,153,128). Sum of RGB (Red+Green+Blue) = 85+153+128=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #559980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559980 is #AA667F. Grayscale: #818181. Windows color (decimal): -11167360 or 8427861. OLE color: 8427861.

HSL color Cylindrical-coordinate representation of color #559980: hue angle of 157.94º 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 #559980 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB85153128-
CMYK0.4400.160.4
HSL157.94º28.57%46.67%-
HSV(B)157.94º44.44%60%-
XYZ19.0326.2724.49-
YUV129.82126.9796.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=23.22%
G=41.80%
B=34.97%

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
Decimal851531280.4400.160.4157.9428.5746.67
Hex5599802C010289e1d2f
Octal12523120054020502363557
Binary101010110011001100000001011000100001010001001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559980; }

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

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

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

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

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

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

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

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