#559A7C

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

Shades of Patina #559A7C

Tints of Patina #559A7C

Color information

#559A7C (or 0x559A7C) is unknown color: approx Patina. HEX triplet: 55, 9A and 7C. RGB value is (85,154,124). Sum of RGB (Red+Green+Blue) = 85+154+124=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #559A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A7C is #AA6583. Grayscale: #828282. Windows color (decimal): -11167108 or 8165973. OLE color: 8165973.

HSL color Cylindrical-coordinate representation of color #559A7C: hue angle of 153.91º 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 #559A7C is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB85154124-
CMYK0.4500.190.40
HSL153.91º28.87%46.86%-
HSV(B)153.91º44.81%60.39%-
XYZ18.9426.523.19-
YUV129.95124.6495.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=23.42%
G=42.42%
B=34.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851541240.4500.190.40153.9128.8746.86
Hex559A7C2D013289a1d2f
Octal12523217455023502323557
Binary10101011001101011111001011010100111010001001101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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