#549586

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

Shades of Lochinvar #549586

Tints of Lochinvar #549586

Color information

#549586 (or 0x549586) is unknown color: approx Lochinvar. HEX triplet: 54, 95 and 86. RGB value is (84,149,134). Sum of RGB (Red+Green+Blue) = 84+149+134=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #549586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549586 is #AB6A79. Grayscale: #7F7F7F. Windows color (decimal): -11233914 or 8820052. OLE color: 8820052.

HSL color Cylindrical-coordinate representation of color #549586: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549586 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB84149134-
CMYK0.4400.100.42
HSL166.15º27.9%45.69%-
HSV(B)166.15º43.62%58.43%-
XYZ18.7125.126.41-
YUV127.85131.4796.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=22.89%
G=40.60%
B=36.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841491340.4400.100.42166.1527.945.69
Hex5495862C0A2Aa61c2e
Octal12422520654012522463456
Binary10101001001010110000110101100010101010101010011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549586; }

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

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

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

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

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

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

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

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