#559C89

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

Shades of Patina #559C89

Tints of Patina #559C89

Color information

#559C89 (or 0x559C89) is unknown color: approx Patina. HEX triplet: 55, 9C and 89. RGB value is (85,156,137). Sum of RGB (Red+Green+Blue) = 85+156+137=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #559C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C89 is #AA6376. Grayscale: #848484. Windows color (decimal): -11166583 or 9018453. OLE color: 9018453.

HSL color Cylindrical-coordinate representation of color #559C89: hue angle of 163.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C89 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB85156137-
CMYK0.4600.120.39
HSL163.94º29.46%47.25%-
HSV(B)163.94º45.51%61.18%-
XYZ20.1527.5127.92-
YUV132.6130.4894.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=22.49%
G=41.27%
B=36.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561370.4600.120.39163.9429.4647.25
Hex559C892E0C27a41d2f
Octal12523421156014472443557
Binary10101011001110010001001101110011001001111010010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,137); }

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

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

 a { background-color: rgb(85,156,137); }

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

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

 span { border-color: rgb(85,156,137); }

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