#548A7D

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

Shades of Lochinvar #548A7D

Tints of Lochinvar #548A7D

Color information

#548A7D (or 0x548A7D) is unknown color: approx Lochinvar. HEX triplet: 54, 8A and 7D. RGB value is (84,138,125). Sum of RGB (Red+Green+Blue) = 84+138+125=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #548A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A7D is #AB7582. Grayscale: #787878. Windows color (decimal): -11236739 or 8227412. OLE color: 8227412.

HSL color Cylindrical-coordinate representation of color #548A7D: hue angle of 165.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A7D is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB84138125-
CMYK0.3900.090.46
HSL165.56º24.32%43.53%-
HSV(B)165.56º39.13%54.12%-
XYZ16.4521.5422.69-
YUV120.37130.61102.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=24.21%
G=39.77%
B=36.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381250.3900.090.46165.5624.3243.53
Hex548A7D27092Ea6182c
Octal12421217547011562463054
Binary1010100100010101111101100111010011011101010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,125); }

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

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

 a { background-color: rgb(84,138,125); }

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

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

 span { border-color: rgb(84,138,125); }

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