#549E91

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

Shades of Lochinvar #549E91

Tints of Lochinvar #549E91

Color information

#549E91 (or 0x549E91) is unknown color: approx Lochinvar. HEX triplet: 54, 9E and 91. RGB value is (84,158,145). Sum of RGB (Red+Green+Blue) = 84+158+145=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #549E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549E91 is #AB616E. Grayscale: #868686. Windows color (decimal): -11231599 or 9543252. OLE color: 9543252.

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

Color convert

RGB84158145-
CMYK0.4700.080.38
HSL169.46º30.58%47.45%-
HSV(B)169.46º46.84%61.96%-
XYZ20.9928.3831.16-
YUV134.39133.9892.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=21.71%
G=40.83%
B=37.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841581450.4700.080.38169.4630.5847.45
Hex549E912F0826a91f2f
Octal12423622157010462513757
Binary10101001001111010010001101111010001001101010100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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