#55907A

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

Shades of Patina #55907A

Tints of Patina #55907A

Color information

#55907A (or 0x55907A) is unknown color: approx Patina. HEX triplet: 55, 90 and 7A. RGB value is (85,144,122). Sum of RGB (Red+Green+Blue) = 85+144+122=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #55907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55907A is #AA6F85. Grayscale: #7B7B7B. Windows color (decimal): -11169670 or 8032341. OLE color: 8032341.

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

Color convert

RGB85144122-
CMYK0.4100.150.44
HSL157.63º25.76%44.9%-
HSV(B)157.63º40.97%56.47%-
XYZ17.2323.2822-
YUV123.85126.95100.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=24.22%
G=41.03%
B=34.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441220.4100.150.44157.6325.7644.9
Hex55907A290F2C9e1a2d
Octal12522017251017542363255
Binary1010101100100001111010101001011111011001001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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