#54977C

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

Shades of Patina #54977C

Tints of Patina #54977C

Color information

#54977C (or 0x54977C) is unknown color: approx Patina. HEX triplet: 54, 97 and 7C. RGB value is (84,151,124). Sum of RGB (Red+Green+Blue) = 84+151+124=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #54977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54977C is #AB6883. Grayscale: #7F7F7F. Windows color (decimal): -11233412 or 8165204. OLE color: 8165204.

HSL color Cylindrical-coordinate representation of color #54977C: hue angle of 155.82º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54977C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB84151124-
CMYK0.4400.180.41
HSL155.82º28.51%46.08%-
HSV(B)155.82º44.37%59.22%-
XYZ18.3625.4723.02-
YUV127.89125.896.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=23.40%
G=42.06%
B=34.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841511240.4400.180.41155.8228.5146.08
Hex54977C2C012299c1d2e
Octal12422717454022512343556
Binary10101001001011111111001011000100101010011001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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