#559883

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

Shades of Patina #559883

Tints of Patina #559883

Color information

#559883 (or 0x559883) is unknown color: approx Patina. HEX triplet: 55, 98 and 83. RGB value is (85,152,131). Sum of RGB (Red+Green+Blue) = 85+152+131=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #559883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559883 is #AA677C. Grayscale: #818181. Windows color (decimal): -11167613 or 8624213. OLE color: 8624213.

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

Color convert

RGB85152131-
CMYK0.4400.140.40
HSL161.19º28.27%46.47%-
HSV(B)161.19º44.08%59.61%-
XYZ19.0726.0325.49-
YUV129.57128.896.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=23.10%
G=41.30%
B=35.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521310.4400.140.40161.1928.2746.47
Hex5598832C0E28a11c2e
Octal12523020354016502413456
Binary10101011001100010000011101100011101010001010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559883; }

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

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

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

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

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

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

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

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