#549084

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

Shades of Lochinvar #549084

Tints of Lochinvar #549084

Color information

#549084 (or 0x549084) is unknown color: approx Lochinvar. HEX triplet: 54, 90 and 84. RGB value is (84,144,132). Sum of RGB (Red+Green+Blue) = 84+144+132=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #549084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549084 is #AB6F7B. Grayscale: #7C7C7C. Windows color (decimal): -11235196 or 8687700. OLE color: 8687700.

HSL color Cylindrical-coordinate representation of color #549084: hue angle of 168º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549084 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB84144132-
CMYK0.4200.080.44
HSL168º26.32%44.71%-
HSV(B)168º41.67%56.47%-
XYZ17.7923.525.43-
YUV124.69132.1298.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=23.33%
G=40%
B=36.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441320.4200.080.4416826.3244.71
Hex5490842A082Ca81a2d
Octal12422020452010542503255
Binary10101001001000010000100101010010001011001010100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549084; }

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

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

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

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

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

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

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

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