#54957A

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

Shades of Patina #54957A

Tints of Patina #54957A

Color information

#54957A (or 0x54957A) is unknown color: approx Patina. HEX triplet: 54, 95 and 7A. RGB value is (84,149,122). Sum of RGB (Red+Green+Blue) = 84+149+122=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #54957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54957A is #AB6A85. Grayscale: #7E7E7E. Windows color (decimal): -11233926 or 8033620. OLE color: 8033620.

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

Color convert

RGB84149122-
CMYK0.4400.180.42
HSL155.08º27.9%45.69%-
HSV(B)155.08º43.62%58.43%-
XYZ17.9224.7822.25-
YUV126.49125.4797.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=23.66%
G=41.97%
B=34.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491220.4400.180.42155.0827.945.69
Hex54957A2C0122A9b1c2e
Octal12422517254022522333456
Binary10101001001010111110101011000100101010101001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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