#559F8D

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

Shades of Patina #559F8D

Tints of Patina #559F8D

Color information

#559F8D (or 0x559F8D) is unknown color: approx Patina. HEX triplet: 55, 9F and 8D. RGB value is (85,159,141). Sum of RGB (Red+Green+Blue) = 85+159+141=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #559F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F8D is #AA6072. Grayscale: #868686. Windows color (decimal): -11165811 or 9281365. OLE color: 9281365.

HSL color Cylindrical-coordinate representation of color #559F8D: hue angle of 165.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F8D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB85159141-
CMYK0.4700.110.38
HSL165.41º30.33%47.84%-
HSV(B)165.41º46.54%62.35%-
XYZ20.9528.6529.63-
YUV134.82131.4892.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=22.08%
G=41.30%
B=36.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851591410.4700.110.38165.4130.3347.84
Hex559F8D2F0B26a51e30
Octal12523721557013462453660
Binary10101011001111110001101101111010111001101010010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,141); }

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

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

 a { background-color: rgb(85,159,141); }

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

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

 span { border-color: rgb(85,159,141); }

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