#54957C

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

Shades of Patina #54957C

Tints of Patina #54957C

Color information

#54957C (or 0x54957C) is unknown color: approx Patina. HEX triplet: 54, 95 and 7C. RGB value is (84,149,124). Sum of RGB (Red+Green+Blue) = 84+149+124=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #54957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54957C is #AB6A83. Grayscale: #7E7E7E. Windows color (decimal): -11233924 or 8164692. OLE color: 8164692.

HSL color Cylindrical-coordinate representation of color #54957C: hue angle of 156.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54957C is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB84149124-
CMYK0.4400.170.42
HSL156.92º27.9%45.69%-
HSV(B)156.92º43.62%58.43%-
XYZ18.0424.8322.91-
YUV126.71126.4797.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=23.53%
G=41.74%
B=34.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491240.4400.170.42156.9227.945.69
Hex54957C2C0112A9d1c2e
Octal12422517454021522353456
Binary10101001001010111111001011000100011010101001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54957C; }

 p { color: rgb(84,149,124); }

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

<style>
 a { background-color: #54957C; }

 a { background-color: rgb(84,149,124); }

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

<style>
 span { border-color: #54957C; }

 span { border-color: rgb(84,149,124); }

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