#54A090

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

Shades of Lochinvar #54A090

Tints of Lochinvar #54A090

Color information

#54A090 (or 0x54A090) is unknown color: approx Lochinvar. HEX triplet: 54, A0 and 90. RGB value is (84,160,144). Sum of RGB (Red+Green+Blue) = 84+160+144=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #54A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A090 is #AB5F6F. Grayscale: #878787. Windows color (decimal): -11231088 or 9478228. OLE color: 9478228.

HSL color Cylindrical-coordinate representation of color #54A090: hue angle of 167.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54A090 is Cyan = 0.48, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB84160144-
CMYK0.4800.10.37
HSL167.37º31.15%47.84%-
HSV(B)167.37º47.5%62.75%-
XYZ21.2629.0430.87-
YUV135.45132.8291.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=21.65%
G=41.24%
B=37.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841601440.4800.10.37167.3731.1547.84
Hex54A090300A25a71f30
Octal12424022060012452473760
Binary10101001010000010010000110000010101001011010011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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