#548C7E

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

Shades of Lochinvar #548C7E

Tints of Lochinvar #548C7E

Color information

#548C7E (or 0x548C7E) is unknown color: approx Lochinvar. HEX triplet: 54, 8C and 7E. RGB value is (84,140,126). Sum of RGB (Red+Green+Blue) = 84+140+126=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #548C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C7E is #AB7381. Grayscale: #797979. Windows color (decimal): -11236226 or 8293460. OLE color: 8293460.

HSL color Cylindrical-coordinate representation of color #548C7E: hue angle of 165º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548C7E is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB84140126-
CMYK0.400.100.45
HSL165º25%43.92%-
HSV(B)165º40%54.9%-
XYZ16.822.1523.13-
YUV121.66130.45101.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 36%
R=24%
G=40%
B=36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401260.400.100.451652543.92
Hex548C7E280A2Da5192c
Octal12421417650012552453154
Binary1010100100011001111110101000010101011011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548C7E; }

 p { color: rgb(84,140,126); }

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

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

 a { background-color: rgb(84,140,126); }

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

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

 span { border-color: rgb(84,140,126); }

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