#559886

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

Shades of Patina #559886

Tints of Patina #559886

Color information

#559886 (or 0x559886) is unknown color: approx Patina. HEX triplet: 55, 98 and 86. RGB value is (85,152,134). Sum of RGB (Red+Green+Blue) = 85+152+134=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #559886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559886 is #AA6779. Grayscale: #818181. Windows color (decimal): -11167610 or 8820821. OLE color: 8820821.

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

Color convert

RGB85152134-
CMYK0.4400.120.40
HSL163.88º28.27%46.47%-
HSV(B)163.88º44.08%59.61%-
XYZ19.2826.1126.58-
YUV129.92130.395.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=22.91%
G=40.97%
B=36.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521340.4400.120.40163.8828.2746.47
Hex5598862C0C28a41c2e
Octal12523020654014502443456
Binary10101011001100010000110101100011001010001010010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559886; }

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

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

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

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

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

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

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

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