#549184

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

Shades of Lochinvar #549184

Tints of Lochinvar #549184

Color information

#549184 (or 0x549184) is unknown color: approx Lochinvar. HEX triplet: 54, 91 and 84. RGB value is (84,145,132). Sum of RGB (Red+Green+Blue) = 84+145+132=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #549184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549184 is #AB6E7B. Grayscale: #7D7D7D. Windows color (decimal): -11234940 or 8687956. OLE color: 8687956.

HSL color Cylindrical-coordinate representation of color #549184: hue angle of 167.21º 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 #549184 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB84145132-
CMYK0.4200.090.43
HSL167.21º26.64%44.9%-
HSV(B)167.21º42.07%56.86%-
XYZ17.9523.825.48-
YUV125.28131.7998.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=23.27%
G=40.17%
B=36.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841451320.4200.090.43167.2126.6444.9
Hex5491842A092Ba71b2d
Octal12422120452011532473355
Binary10101001001000110000100101010010011010111010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549184; }

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

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

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

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

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

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

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

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