#55917A

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

Shades of Patina #55917A

Tints of Patina #55917A

Color information

#55917A (or 0x55917A) is unknown color: approx Patina. HEX triplet: 55, 91 and 7A. RGB value is (85,145,122). Sum of RGB (Red+Green+Blue) = 85+145+122=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #55917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55917A is #AA6E85. Grayscale: #7C7C7C. Windows color (decimal): -11169414 or 8032597. OLE color: 8032597.

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

Color convert

RGB85145122-
CMYK0.4100.160.43
HSL157º26.09%45.1%-
HSV(B)157º41.38%56.86%-
XYZ17.3823.5922.05-
YUV124.44126.6299.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=24.15%
G=41.19%
B=34.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451220.4100.160.4315726.0945.1
Hex55917A290102B9d1a2d
Octal12522117251020532353255
Binary10101011001000111110101010010100001010111001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55917A; }

 p { color: rgb(85,145,122); }

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

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

 a { background-color: rgb(85,145,122); }

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

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

 span { border-color: rgb(85,145,122); }

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