#559585

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

Shades of Patina #559585

Tints of Patina #559585

Color information

#559585 (or 0x559585) is unknown color: approx Patina. HEX triplet: 55, 95 and 85. RGB value is (85,149,133). Sum of RGB (Red+Green+Blue) = 85+149+133=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #559585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559585 is #AA6A7A. Grayscale: #808080. Windows color (decimal): -11168379 or 8754517. OLE color: 8754517.

HSL color Cylindrical-coordinate representation of color #559585: hue angle of 165º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559585 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB85149133-
CMYK0.4300.110.42
HSL165º27.35%45.88%-
HSV(B)165º42.95%58.43%-
XYZ18.7325.1226.05-
YUV128.04130.897.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=23.16%
G=40.60%
B=36.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491330.4300.110.4216527.3545.88
Hex5595852B0B2Aa51b2e
Octal12522520553013522453356
Binary10101011001010110000101101011010111010101010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559585; }

 p { color: rgb(85,149,133); }

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

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

 a { background-color: rgb(85,149,133); }

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

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

 span { border-color: rgb(85,149,133); }

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