#55927A

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

Shades of Patina #55927A

Tints of Patina #55927A

Color information

#55927A (or 0x55927A) is unknown color: approx Patina. HEX triplet: 55, 92 and 7A. RGB value is (85,146,122). Sum of RGB (Red+Green+Blue) = 85+146+122=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #55927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927A is #AA6D85. Grayscale: #7D7D7D. Windows color (decimal): -11169158 or 8032853. OLE color: 8032853.

HSL color Cylindrical-coordinate representation of color #55927A: hue angle of 156.39º 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 #55927A is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB85146122-
CMYK0.4200.160.43
HSL156.39º26.41%45.29%-
HSV(B)156.39º41.78%57.25%-
XYZ17.5423.8922.1-
YUV125.02126.2999.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=24.08%
G=41.36%
B=34.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461220.4200.160.43156.3926.4145.29
Hex55927A2A0102B9c1a2d
Octal12522217252020532343255
Binary10101011001001011110101010100100001010111001110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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