#549990

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

Shades of Lochinvar #549990

Tints of Lochinvar #549990

Color information

#549990 (or 0x549990) is unknown color: approx Lochinvar. HEX triplet: 54, 99 and 90. RGB value is (84,153,144). Sum of RGB (Red+Green+Blue) = 84+153+144=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #549990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549990 is #AB666F. Grayscale: #838383. Windows color (decimal): -11232880 or 9476436. OLE color: 9476436.

HSL color Cylindrical-coordinate representation of color #549990: hue angle of 172.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549990 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB84153144-
CMYK0.4500.060.4
HSL172.17º29.11%46.47%-
HSV(B)172.17º45.1%60%-
XYZ20.0826.6830.48-
YUV131.34135.1494.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=22.05%
G=40.16%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531440.4500.060.4172.1729.1146.47
Hex5499902D0628ac1d2e
Octal1242312205506502543556
Binary1010100100110011001000010110101101010001010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549990; }

 p { color: rgb(84,153,144); }

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

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

 a { background-color: rgb(84,153,144); }

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

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

 span { border-color: rgb(84,153,144); }

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