#549089

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

Shades of Lochinvar #549089

Tints of Lochinvar #549089

Color information

#549089 (or 0x549089) is unknown color: approx Lochinvar. HEX triplet: 54, 90 and 89. RGB value is (84,144,137). Sum of RGB (Red+Green+Blue) = 84+144+137=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #549089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549089 is #AB6F76. Grayscale: #7D7D7D. Windows color (decimal): -11235191 or 9015380. OLE color: 9015380.

HSL color Cylindrical-coordinate representation of color #549089: hue angle of 173º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549089 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB84144137-
CMYK0.4200.050.44
HSL173º26.32%44.71%-
HSV(B)173º41.67%56.47%-
XYZ18.1423.6427.27-
YUV125.26134.6298.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=23.01%
G=39.45%
B=37.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441370.4200.050.4417326.3244.71
Hex5490892A052Cad1a2d
Octal1242202115205542553255
Binary1010100100100001000100110101001011011001010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549089; }

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

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

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

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

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

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

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

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