#55938B

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

Shades of Lochinvar #55938B

Tints of Lochinvar #55938B

Color information

#55938B (or 0x55938B) is unknown color: approx Lochinvar. HEX triplet: 55, 93 and 8B. RGB value is (85,147,139). Sum of RGB (Red+Green+Blue) = 85+147+139=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #55938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55938B is #AA6C74. Grayscale: #7F7F7F. Windows color (decimal): -11168885 or 9147221. OLE color: 9147221.

HSL color Cylindrical-coordinate representation of color #55938B: hue angle of 172.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55938B is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB85147139-
CMYK0.4200.050.42
HSL172.26º26.72%45.49%-
HSV(B)172.26º42.18%57.65%-
XYZ18.8424.6628.19-
YUV127.55134.4697.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=22.91%
G=39.62%
B=37.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471390.4200.050.42172.2626.7245.49
Hex55938B2A052Aac1b2d
Octal1252232135205522543355
Binary1010101100100111000101110101001011010101010110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55938B; }

 p { color: rgb(85,147,139); }

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

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

 a { background-color: rgb(85,147,139); }

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

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

 span { border-color: rgb(85,147,139); }

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