#548D7E

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

Shades of Lochinvar #548D7E

Tints of Lochinvar #548D7E

Color information

#548D7E (or 0x548D7E) is unknown color: approx Lochinvar. HEX triplet: 54, 8D and 7E. RGB value is (84,141,126). Sum of RGB (Red+Green+Blue) = 84+141+126=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #548D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D7E is #AB7281. Grayscale: #7A7A7A. Windows color (decimal): -11235970 or 8293716. OLE color: 8293716.

HSL color Cylindrical-coordinate representation of color #548D7E: hue angle of 164.21º 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 #548D7E is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB84141126-
CMYK0.4000.110.45
HSL164.21º25.33%44.12%-
HSV(B)164.21º40.43%55.29%-
XYZ16.9522.4423.18-
YUV122.25130.12100.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=23.93%
G=40.17%
B=35.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411260.4000.110.45164.2125.3344.12
Hex548D7E280B2Da4192c
Octal12421517650013552443154
Binary1010100100011011111110101000010111011011010010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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