#549E8D

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

Shades of Lochinvar #549E8D

Tints of Lochinvar #549E8D

Color information

#549E8D (or 0x549E8D) is unknown color: approx Lochinvar. HEX triplet: 54, 9E and 8D. RGB value is (84,158,141). Sum of RGB (Red+Green+Blue) = 84+158+141=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #549E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E8D is #AB6172. Grayscale: #858585. Windows color (decimal): -11231603 or 9281108. OLE color: 9281108.

HSL color Cylindrical-coordinate representation of color #549E8D: hue angle of 166.22º 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 #549E8D is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB84158141-
CMYK0.4700.110.38
HSL166.22º30.58%47.45%-
HSV(B)166.22º46.84%61.96%-
XYZ20.6928.2629.56-
YUV133.94131.9892.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=21.93%
G=41.25%
B=36.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581410.4700.110.38166.2230.5847.45
Hex549E8D2F0B26a61f2f
Octal12423621557013462463757
Binary10101001001111010001101101111010111001101010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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