#559781

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

Shades of Patina #559781

Tints of Patina #559781

Color information

#559781 (or 0x559781) is unknown color: approx Patina. HEX triplet: 55, 97 and 81. RGB value is (85,151,129). Sum of RGB (Red+Green+Blue) = 85+151+129=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #559781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559781 is #AA687E. Grayscale: #808080. Windows color (decimal): -11167871 or 8492885. OLE color: 8492885.

HSL color Cylindrical-coordinate representation of color #559781: hue angle of 160º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559781 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB85151129-
CMYK0.4400.150.41
HSL160º27.97%46.27%-
HSV(B)160º43.71%59.22%-
XYZ18.7825.6524.73-
YUV128.76128.1396.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=23.29%
G=41.37%
B=35.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511290.4400.150.4116027.9746.27
Hex5597812C0F29a01c2e
Octal12522720154017512403456
Binary10101011001011110000001101100011111010011010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559781; }

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

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

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

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

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

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

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

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