#54937B

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

Shades of Patina #54937B

Tints of Patina #54937B

Color information

#54937B (or 0x54937B) is unknown color: approx Patina. HEX triplet: 54, 93 and 7B. RGB value is (84,147,123). Sum of RGB (Red+Green+Blue) = 84+147+123=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #54937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54937B is #AB6C84. Grayscale: #7D7D7D. Windows color (decimal): -11234437 or 8098644. OLE color: 8098644.

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

Color convert

RGB84147123-
CMYK0.4300.160.42
HSL157.14º27.27%45.29%-
HSV(B)157.14º42.86%57.65%-
XYZ17.6724.1822.48-
YUV125.43126.6398.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=23.73%
G=41.53%
B=34.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471230.4300.160.42157.1427.2745.29
Hex54937B2B0102A9d1b2d
Octal12422317353020522353355
Binary10101001001001111110111010110100001010101001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54937B; }

 p { color: rgb(84,147,123); }

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

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

 a { background-color: rgb(84,147,123); }

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

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

 span { border-color: rgb(84,147,123); }

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