#548780

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

Shades of Lochinvar #548780

Tints of Lochinvar #548780

Color information

#548780 (or 0x548780) is unknown color: approx Lochinvar. HEX triplet: 54, 87 and 80. RGB value is (84,135,128). Sum of RGB (Red+Green+Blue) = 84+135+128=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #548780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548780 is #AB787F. Grayscale: #767676. Windows color (decimal): -11237504 or 8423252. OLE color: 8423252.

HSL color Cylindrical-coordinate representation of color #548780: hue angle of 171.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548780 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB84135128-
CMYK0.3800.050.47
HSL171.76º23.29%42.94%-
HSV(B)171.76º37.78%52.94%-
XYZ16.2220.7723.58-
YUV118.95133.1103.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=24.21%
G=38.90%
B=36.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351280.3800.050.47171.7623.2942.94
Hex54878026052Fac172b
Octal1242072004605572542753
Binary1010100100001111000000010011001011011111010110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548780; }

 p { color: rgb(84,135,128); }

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

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

 a { background-color: rgb(84,135,128); }

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

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

 span { border-color: rgb(84,135,128); }

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