#54A290

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

Shades of Lochinvar #54A290

Tints of Lochinvar #54A290

Color information

#54A290 (or 0x54A290) is unknown color: approx Lochinvar. HEX triplet: 54, A2 and 90. RGB value is (84,162,144). Sum of RGB (Red+Green+Blue) = 84+162+144=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #54A290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A290 is #AB5D6F. Grayscale: #888888. Windows color (decimal): -11230576 or 9478740. OLE color: 9478740.

HSL color Cylindrical-coordinate representation of color #54A290: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A290 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB84162144-
CMYK0.4800.110.36
HSL166.15º31.71%48.24%-
HSV(B)166.15º48.15%63.53%-
XYZ21.6129.7430.99-
YUV136.63132.1690.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=21.54%
G=41.54%
B=36.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841621440.4800.110.36166.1531.7148.24
Hex54A290300B24a62030
Octal12424222060013442464060
Binary101010010100010100100001100000101110010010100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A290; }

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

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

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

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

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

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

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

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