#549688

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

Shades of Lochinvar #549688

Tints of Lochinvar #549688

Color information

#549688 (or 0x549688) is unknown color: approx Lochinvar. HEX triplet: 54, 96 and 88. RGB value is (84,150,136). Sum of RGB (Red+Green+Blue) = 84+150+136=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #549688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549688 is #AB6977. Grayscale: #808080. Windows color (decimal): -11233656 or 8951380. OLE color: 8951380.

HSL color Cylindrical-coordinate representation of color #549688: hue angle of 167.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549688 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB84150136-
CMYK0.4400.090.41
HSL167.27º28.21%45.88%-
HSV(B)167.27º44%58.82%-
XYZ19.0125.4827.21-
YUV128.67132.1396.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=22.70%
G=40.54%
B=36.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501360.4400.090.41167.2728.2145.88
Hex5496882C0929a71c2e
Octal12422621054011512473456
Binary10101001001011010001000101100010011010011010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549688; }

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

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

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

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

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

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

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

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