#559B89

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

Shades of Patina #559B89

Tints of Patina #559B89

Color information

#559B89 (or 0x559B89) is unknown color: approx Patina. HEX triplet: 55, 9B and 89. RGB value is (85,155,137). Sum of RGB (Red+Green+Blue) = 85+155+137=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #559B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B89 is #AA6476. Grayscale: #848484. Windows color (decimal): -11166839 or 9018197. OLE color: 9018197.

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

Color convert

RGB85155137-
CMYK0.4500.120.39
HSL164.57º29.17%47.06%-
HSV(B)164.57º45.16%60.78%-
XYZ19.9827.1827.86-
YUV132.02130.8194.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=22.55%
G=41.11%
B=36.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551370.4500.120.39164.5729.1747.06
Hex559B892D0C27a51d2f
Octal12523321155014472453557
Binary10101011001101110001001101101011001001111010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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