#549B8D

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

Shades of Lochinvar #549B8D

Tints of Lochinvar #549B8D

Color information

#549B8D (or 0x549B8D) is unknown color: approx Lochinvar. HEX triplet: 54, 9B and 8D. RGB value is (84,155,141). Sum of RGB (Red+Green+Blue) = 84+155+141=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #549B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B8D is #AB6472. Grayscale: #848484. Windows color (decimal): -11232371 or 9280340. OLE color: 9280340.

HSL color Cylindrical-coordinate representation of color #549B8D: hue angle of 168.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B8D is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB84155141-
CMYK0.4600.090.39
HSL168.17º29.71%46.86%-
HSV(B)168.17º45.81%60.78%-
XYZ20.1927.2529.4-
YUV132.18132.9893.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=22.11%
G=40.79%
B=37.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551410.4600.090.39168.1729.7146.86
Hex549B8D2E0927a81e2f
Octal12423321556011472503657
Binary10101001001101110001101101110010011001111010100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549B8D; }

 p { color: rgb(84,155,141); }

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

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

 a { background-color: rgb(84,155,141); }

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

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

 span { border-color: rgb(84,155,141); }

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