#559279

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

Shades of Patina #559279

Tints of Patina #559279

Color information

#559279 (or 0x559279) is unknown color: approx Patina. HEX triplet: 55, 92 and 79. RGB value is (85,146,121). Sum of RGB (Red+Green+Blue) = 85+146+121=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #559279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559279 is #AA6D86. Grayscale: #7C7C7C. Windows color (decimal): -11169159 or 7967317. OLE color: 7967317.

HSL color Cylindrical-coordinate representation of color #559279: hue angle of 155.41º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559279 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB85146121-
CMYK0.4200.170.43
HSL155.41º26.41%45.29%-
HSV(B)155.41º41.78%57.25%-
XYZ17.4823.8721.78-
YUV124.91125.7999.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=24.15%
G=41.48%
B=34.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461210.4200.170.43155.4126.4145.29
Hex5592792A0112B9b1a2d
Octal12522217152021532333255
Binary10101011001001011110011010100100011010111001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559279; }

 p { color: rgb(85,146,121); }

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

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

 a { background-color: rgb(85,146,121); }

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

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

 span { border-color: rgb(85,146,121); }

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