#549981

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

Shades of Patina #549981

Tints of Patina #549981

Color information

#549981 (or 0x549981) is unknown color: approx Patina. HEX triplet: 54, 99 and 81. RGB value is (84,153,129). Sum of RGB (Red+Green+Blue) = 84+153+129=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #549981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549981 is #AB667E. Grayscale: #818181. Windows color (decimal): -11232895 or 8493396. OLE color: 8493396.

HSL color Cylindrical-coordinate representation of color #549981: hue angle of 159.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549981 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB84153129-
CMYK0.4500.160.4
HSL159.13º29.11%46.47%-
HSV(B)159.13º45.1%60%-
XYZ19.0126.2524.83-
YUV129.63127.6495.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=22.95%
G=41.80%
B=35.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531290.4500.160.4159.1329.1146.47
Hex5499812D010289f1d2e
Octal12423120155020502373556
Binary101010010011001100000011011010100001010001001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549981; }

 p { color: rgb(84,153,129); }

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

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

 a { background-color: rgb(84,153,129); }

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

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

 span { border-color: rgb(84,153,129); }

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