#549988

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

Shades of Lochinvar #549988

Tints of Lochinvar #549988

Color information

#549988 (or 0x549988) is unknown color: approx Lochinvar. HEX triplet: 54, 99 and 88. RGB value is (84,153,136). Sum of RGB (Red+Green+Blue) = 84+153+136=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #549988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549988 is #AB6677. Grayscale: #828282. Windows color (decimal): -11232888 or 8952148. OLE color: 8952148.

HSL color Cylindrical-coordinate representation of color #549988: hue angle of 165.22º 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 #549988 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB84153136-
CMYK0.4500.110.4
HSL165.22º29.11%46.47%-
HSV(B)165.22º45.1%60%-
XYZ19.4926.4427.37-
YUV130.43131.1494.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=22.52%
G=41.02%
B=36.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal841531360.4500.110.4165.2229.1146.47
Hex5499882D0B28a51d2e
Octal12423121055013502453556
Binary10101001001100110001000101101010111010001010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549988; }

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

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

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

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

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

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

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

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