#549485

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

Shades of Lochinvar #549485

Tints of Lochinvar #549485

Color information

#549485 (or 0x549485) is unknown color: approx Lochinvar. HEX triplet: 54, 94 and 85. RGB value is (84,148,133). Sum of RGB (Red+Green+Blue) = 84+148+133=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #549485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549485 is #AB6B7A. Grayscale: #7F7F7F. Windows color (decimal): -11234171 or 8754260. OLE color: 8754260.

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

Color convert

RGB84148133-
CMYK0.4300.100.42
HSL165.94º27.59%45.49%-
HSV(B)165.94º43.24%58.04%-
XYZ18.4824.7626-
YUV127.15131.397.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=23.01%
G=40.55%
B=36.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481330.4300.100.42165.9427.5945.49
Hex5494852B0A2Aa61c2d
Octal12422420553012522463455
Binary10101001001010010000101101011010101010101010011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549485; }

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

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

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

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

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

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

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

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