#559B87

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

Shades of Patina #559B87

Tints of Patina #559B87

Color information

#559B87 (or 0x559B87) is unknown color: approx Patina. HEX triplet: 55, 9B and 87. RGB value is (85,155,135). Sum of RGB (Red+Green+Blue) = 85+155+135=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #559B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B87 is #AA6478. Grayscale: #838383. Windows color (decimal): -11166841 or 8887125. OLE color: 8887125.

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

Color convert

RGB85155135-
CMYK0.4500.130.39
HSL162.86º29.17%47.06%-
HSV(B)162.86º45.16%60.78%-
XYZ19.8427.1227.11-
YUV131.79129.8194.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 135 (53.12% from 255) = 36%
R=22.67%
G=41.33%
B=36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551350.4500.130.39162.8629.1747.06
Hex559B872D0D27a31d2f
Octal12523320755015472433557
Binary10101011001101110000111101101011011001111010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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