#549389

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

Shades of Lochinvar #549389

Tints of Lochinvar #549389

Color information

#549389 (or 0x549389) is unknown color: approx Lochinvar. HEX triplet: 54, 93 and 89. RGB value is (84,147,137). Sum of RGB (Red+Green+Blue) = 84+147+137=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #549389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549389 is #AB6C76. Grayscale: #7F7F7F. Windows color (decimal): -11234423 or 9016148. OLE color: 9016148.

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

Color convert

RGB84147137-
CMYK0.4300.070.42
HSL170.48º27.27%45.29%-
HSV(B)170.48º42.86%57.65%-
XYZ18.6124.5627.43-
YUV127.02133.6397.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=22.83%
G=39.95%
B=37.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471370.4300.070.42170.4827.2745.29
Hex5493892B072Aaa1b2d
Octal1242232115307522523355
Binary1010100100100111000100110101101111010101010101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549389; }

 p { color: rgb(84,147,137); }

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

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

 a { background-color: rgb(84,147,137); }

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

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

 span { border-color: rgb(84,147,137); }

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