#559983

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

Shades of Patina #559983

Tints of Patina #559983

Color information

#559983 (or 0x559983) is unknown color: approx Patina. HEX triplet: 55, 99 and 83. RGB value is (85,153,131). Sum of RGB (Red+Green+Blue) = 85+153+131=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #559983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559983 is #AA667C. Grayscale: #828282. Windows color (decimal): -11167357 or 8624469. OLE color: 8624469.

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

Color convert

RGB85153131-
CMYK0.4400.140.4
HSL160.59º28.57%46.67%-
HSV(B)160.59º44.44%60%-
XYZ19.2326.3525.55-
YUV130.16128.4795.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=23.04%
G=41.46%
B=35.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531310.4400.140.4160.5928.5746.67
Hex5599832C0E28a11d2f
Octal12523120354016502413557
Binary10101011001100110000011101100011101010001010000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559983; }

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

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

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

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

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

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

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

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