#549180

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

Shades of Patina #549180

Tints of Patina #549180

Color information

#549180 (or 0x549180) is unknown color: approx Patina. HEX triplet: 54, 91 and 80. RGB value is (84,145,128). Sum of RGB (Red+Green+Blue) = 84+145+128=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #549180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549180 is #AB6E7F. Grayscale: #7C7C7C. Windows color (decimal): -11234944 or 8425812. OLE color: 8425812.

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

Color convert

RGB84145128-
CMYK0.4200.120.43
HSL163.28º26.64%44.9%-
HSV(B)163.28º42.07%56.86%-
XYZ17.6823.6924.06-
YUV124.82129.7998.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=23.53%
G=40.62%
B=35.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451280.4200.120.43163.2826.6444.9
Hex5491802A0C2Ba31b2d
Octal12422120052014532433355
Binary10101001001000110000000101010011001010111010001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549180; }

 p { color: rgb(84,145,128); }

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

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

 a { background-color: rgb(84,145,128); }

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

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

 span { border-color: rgb(84,145,128); }

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