#559A81

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

Shades of Patina #559A81

Tints of Patina #559A81

Color information

#559A81 (or 0x559A81) is unknown color: approx Patina. HEX triplet: 55, 9A and 81. RGB value is (85,154,129). Sum of RGB (Red+Green+Blue) = 85+154+129=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #559A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A81 is #AA657E. Grayscale: #828282. Windows color (decimal): -11167103 or 8493653. OLE color: 8493653.

HSL color Cylindrical-coordinate representation of color #559A81: hue angle of 158.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A81 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB85154129-
CMYK0.4500.160.40
HSL158.26º28.87%46.86%-
HSV(B)158.26º44.81%60.39%-
XYZ19.2626.6324.89-
YUV130.52127.1495.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 154 (60.55% from 255) = 41.85%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=23.10%
G=41.85%
B=35.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851541290.4500.160.40158.2628.8746.86
Hex559A812D010289e1d2f
Octal12523220155020502363557
Binary101010110011010100000011011010100001010001001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A81; }

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

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

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

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

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

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

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

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