#549382

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

Shades of Lochinvar #549382

Tints of Lochinvar #549382

Color information

#549382 (or 0x549382) is unknown color: approx Lochinvar. HEX triplet: 54, 93 and 82. RGB value is (84,147,130). Sum of RGB (Red+Green+Blue) = 84+147+130=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #549382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549382 is #AB6C7D. Grayscale: #7E7E7E. Windows color (decimal): -11234430 or 8557396. OLE color: 8557396.

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

Color convert

RGB84147130-
CMYK0.4300.120.42
HSL163.81º27.27%45.29%-
HSV(B)163.81º42.86%57.65%-
XYZ18.1224.3624.87-
YUV126.22130.1397.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=23.27%
G=40.72%
B=36.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471300.4300.120.42163.8127.2745.29
Hex5493822B0C2Aa41b2d
Octal12422320253014522443355
Binary10101001001001110000010101011011001010101010010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549382; }

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

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

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

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

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

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

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

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