#55937D

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

Shades of Patina #55937D

Tints of Patina #55937D

Color information

#55937D (or 0x55937D) is unknown color: approx Patina. HEX triplet: 55, 93 and 7D. RGB value is (85,147,125). Sum of RGB (Red+Green+Blue) = 85+147+125=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #55937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55937D is #AA6C82. Grayscale: #7D7D7D. Windows color (decimal): -11168899 or 8229717. OLE color: 8229717.

HSL color Cylindrical-coordinate representation of color #55937D: hue angle of 158.71º 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 #55937D is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB85147125-
CMYK0.4200.150.42
HSL158.71º26.72%45.49%-
HSV(B)158.71º42.18%57.65%-
XYZ17.8824.2823.15-
YUV125.95127.4698.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=23.81%
G=41.18%
B=35.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471250.4200.150.42158.7126.7245.49
Hex55937D2A0F2A9f1b2d
Octal12522317552017522373355
Binary1010101100100111111101101010011111010101001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55937D; }

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

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

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

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

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

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

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

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