#549B8B

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

Shades of Lochinvar #549B8B

Tints of Lochinvar #549B8B

Color information

#549B8B (or 0x549B8B) is unknown color: approx Lochinvar. HEX triplet: 54, 9B and 8B. RGB value is (84,155,139). Sum of RGB (Red+Green+Blue) = 84+155+139=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #549B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549B8B is #AB6474. Grayscale: #838383. Windows color (decimal): -11232373 or 9149268. OLE color: 9149268.

HSL color Cylindrical-coordinate representation of color #549B8B: hue angle of 166.48º 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 #549B8B is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB84155139-
CMYK0.4600.100.39
HSL166.48º29.71%46.86%-
HSV(B)166.48º45.81%60.78%-
XYZ20.0427.1928.62-
YUV131.95131.9893.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=22.22%
G=41.01%
B=36.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551390.4600.100.39166.4829.7146.86
Hex549B8B2E0A27a61e2f
Octal12423321356012472463657
Binary10101001001101110001011101110010101001111010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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