#54A292

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

Shades of Lochinvar #54A292

Tints of Lochinvar #54A292

Color information

#54A292 (or 0x54A292) is unknown color: approx Lochinvar. HEX triplet: 54, A2 and 92. RGB value is (84,162,146). Sum of RGB (Red+Green+Blue) = 84+162+146=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #54A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A292 is #AB5D6D. Grayscale: #888888. Windows color (decimal): -11230574 or 9609812. OLE color: 9609812.

HSL color Cylindrical-coordinate representation of color #54A292: hue angle of 167.69º 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 #54A292 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB84162146-
CMYK0.4800.100.36
HSL167.69º31.71%48.24%-
HSV(B)167.69º48.15%63.53%-
XYZ21.7629.831.8-
YUV136.85133.1690.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=21.43%
G=41.33%
B=37.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841621460.4800.100.36167.6931.7148.24
Hex54A292300A24a82030
Octal12424222260012442504060
Binary101010010100010100100101100000101010010010101000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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