#549F8C

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

Shades of Lochinvar #549F8C

Tints of Lochinvar #549F8C

Color information

#549F8C (or 0x549F8C) is unknown color: approx Lochinvar. HEX triplet: 54, 9F and 8C. RGB value is (84,159,140). Sum of RGB (Red+Green+Blue) = 84+159+140=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #549F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549F8C is #AB6073. Grayscale: #868686. Windows color (decimal): -11231348 or 9215828. OLE color: 9215828.

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

Color convert

RGB84159140-
CMYK0.4700.120.38
HSL164.8º30.86%47.65%-
HSV(B)164.8º47.17%62.35%-
XYZ20.7928.5729.23-
YUV134.41131.1592.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=21.93%
G=41.51%
B=36.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841591400.4700.120.38164.830.8647.65
Hex549F8C2F0C26a51f30
Octal12423721457014462453760
Binary10101001001111110001100101111011001001101010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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