#548B85

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

Shades of Lochinvar #548B85

Tints of Lochinvar #548B85

Color information

#548B85 (or 0x548B85) is unknown color: approx Lochinvar. HEX triplet: 54, 8B and 85. RGB value is (84,139,133). Sum of RGB (Red+Green+Blue) = 84+139+133=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #548B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548B85 is #AB747A. Grayscale: #797979. Windows color (decimal): -11236475 or 8751956. OLE color: 8751956.

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

Color convert

RGB84139133-
CMYK0.4000.040.45
HSL173.45º24.66%43.73%-
HSV(B)173.45º39.57%54.51%-
XYZ17.1222.0425.54-
YUV121.87134.28100.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=23.60%
G=39.04%
B=37.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391330.4000.040.45173.4524.6643.73
Hex548B8528042Dad192c
Octal1242132055004552553154
Binary1010100100010111000010110100001001011011010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,133); }

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

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

 a { background-color: rgb(84,139,133); }

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

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

 span { border-color: rgb(84,139,133); }

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