#549E8E

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

Shades of Lochinvar #549E8E

Tints of Lochinvar #549E8E

Color information

#549E8E (or 0x549E8E) is unknown color: approx Lochinvar. HEX triplet: 54, 9E and 8E. RGB value is (84,158,142). Sum of RGB (Red+Green+Blue) = 84+158+142=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #549E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E8E is #AB6171. Grayscale: #868686. Windows color (decimal): -11231602 or 9346644. OLE color: 9346644.

HSL color Cylindrical-coordinate representation of color #549E8E: hue angle of 167.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #549E8E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB84158142-
CMYK0.4700.100.38
HSL167.03º30.58%47.45%-
HSV(B)167.03º46.84%61.96%-
XYZ20.7728.2929.96-
YUV134.05132.4892.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 158 (62.11% from 255) = 41.15%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=21.88%
G=41.15%
B=36.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581420.4700.100.38167.0330.5847.45
Hex549E8E2F0A26a71f2f
Octal12423621657012462473757
Binary10101001001111010001110101111010101001101010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,158,142); }

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

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

 a { background-color: rgb(84,158,142); }

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

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

 span { border-color: rgb(84,158,142); }

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