#549486

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

Shades of Lochinvar #549486

Tints of Lochinvar #549486

Color information

#549486 (or 0x549486) is unknown color: approx Lochinvar. HEX triplet: 54, 94 and 86. RGB value is (84,148,134). Sum of RGB (Red+Green+Blue) = 84+148+134=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #549486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549486 is #AB6B79. Grayscale: #7F7F7F. Windows color (decimal): -11234170 or 8819796. OLE color: 8819796.

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

Color convert

RGB84148134-
CMYK0.4300.090.42
HSL166.88º27.59%45.49%-
HSV(B)166.88º43.24%58.04%-
XYZ18.5524.7926.36-
YUV127.27131.897.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=22.95%
G=40.44%
B=36.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481340.4300.090.42166.8827.5945.49
Hex5494862B092Aa71c2d
Octal12422420653011522473455
Binary10101001001010010000110101011010011010101010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549486; }

 p { color: rgb(84,148,134); }

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

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

 a { background-color: rgb(84,148,134); }

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

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

 span { border-color: rgb(84,148,134); }

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