#549C91

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

Shades of Lochinvar #549C91

Tints of Lochinvar #549C91

Color information

#549C91 (or 0x549C91) is unknown color: approx Lochinvar. HEX triplet: 54, 9C and 91. RGB value is (84,156,145). Sum of RGB (Red+Green+Blue) = 84+156+145=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #549C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549C91 is #AB636E. Grayscale: #858585. Windows color (decimal): -11232111 or 9542740. OLE color: 9542740.

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

Color convert

RGB84156145-
CMYK0.4600.070.39
HSL170.83º30%47.06%-
HSV(B)170.83º46.15%61.18%-
XYZ20.6627.7131.05-
YUV133.22134.6592.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=21.82%
G=40.52%
B=37.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841561450.4600.070.39170.833047.06
Hex549C912E0727ab1e2f
Octal1242342215607472533657
Binary1010100100111001001000110111001111001111010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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