#559380

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

Shades of Patina #559380

Tints of Patina #559380

Color information

#559380 (or 0x559380) is unknown color: approx Patina. HEX triplet: 55, 93 and 80. RGB value is (85,147,128). Sum of RGB (Red+Green+Blue) = 85+147+128=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #559380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559380 is #AA6C7F. Grayscale: #7E7E7E. Windows color (decimal): -11168896 or 8426325. OLE color: 8426325.

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

Color convert

RGB85147128-
CMYK0.4200.130.42
HSL161.61º26.72%45.49%-
HSV(B)161.61º42.18%57.65%-
XYZ18.0824.3624.17-
YUV126.3128.9698.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=23.61%
G=40.83%
B=35.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471280.4200.130.42161.6126.7245.49
Hex5593802A0D2Aa21b2d
Octal12522320052015522423355
Binary10101011001001110000000101010011011010101010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559380; }

 p { color: rgb(85,147,128); }

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

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

 a { background-color: rgb(85,147,128); }

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

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

 span { border-color: rgb(85,147,128); }

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