#54978E

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

Shades of Lochinvar #54978E

Tints of Lochinvar #54978E

Color information

#54978E (or 0x54978E) is unknown color: approx Lochinvar. HEX triplet: 54, 97 and 8E. RGB value is (84,151,142). Sum of RGB (Red+Green+Blue) = 84+151+142=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #54978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54978E is #AB6871. Grayscale: #818181. Windows color (decimal): -11233394 or 9344852. OLE color: 9344852.

HSL color Cylindrical-coordinate representation of color #54978E: hue angle of 171.94º degrees, saturation: 0.29, 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 #54978E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB84151142-
CMYK0.4400.060.41
HSL171.94º28.51%46.08%-
HSV(B)171.94º44.37%59.22%-
XYZ19.6125.9729.57-
YUV129.94134.895.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=22.28%
G=40.05%
B=37.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841511420.4400.060.41171.9428.5146.08
Hex54978E2C0629ac1d2e
Octal1242272165406512543556
Binary1010100100101111000111010110001101010011010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54978E; }

 p { color: rgb(84,151,142); }

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

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

 a { background-color: rgb(84,151,142); }

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

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

 span { border-color: rgb(84,151,142); }

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