#549D8C

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

Shades of Lochinvar #549D8C

Tints of Lochinvar #549D8C

Color information

#549D8C (or 0x549D8C) is unknown color: approx Lochinvar. HEX triplet: 54, 9D and 8C. RGB value is (84,157,140). Sum of RGB (Red+Green+Blue) = 84+157+140=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #549D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D8C is #AB6273. Grayscale: #858585. Windows color (decimal): -11231860 or 9215316. OLE color: 9215316.

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

Color convert

RGB84157140-
CMYK0.4600.110.38
HSL166.03º30.29%47.25%-
HSV(B)166.03º46.5%61.57%-
XYZ20.4527.8929.12-
YUV133.23131.8292.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 157 (61.72% from 255) = 41.21%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=22.05%
G=41.21%
B=36.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571400.4600.110.38166.0330.2947.25
Hex549D8C2E0B26a61e2f
Octal12423521456013462463657
Binary10101001001110110001100101110010111001101010011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,157,140); }

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

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

 a { background-color: rgb(84,157,140); }

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

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

 span { border-color: rgb(84,157,140); }

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