#55978E

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

Shades of Lochinvar #55978E

Tints of Lochinvar #55978E

Color information

#55978E (or 0x55978E) is unknown color: approx Lochinvar. HEX triplet: 55, 97 and 8E. RGB value is (85,151,142). Sum of RGB (Red+Green+Blue) = 85+151+142=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #55978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55978E is #AA6871. Grayscale: #828282. Windows color (decimal): -11167858 or 9344853. OLE color: 9344853.

HSL color Cylindrical-coordinate representation of color #55978E: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55978E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB85151142-
CMYK0.4400.060.41
HSL171.82º27.97%46.27%-
HSV(B)171.82º43.71%59.22%-
XYZ19.726.0229.58-
YUV130.24134.6395.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=22.49%
G=39.95%
B=37.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511420.4400.060.41171.8227.9746.27
Hex55978E2C0629ac1c2e
Octal1252272165406512543456
Binary1010101100101111000111010110001101010011010110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55978E; }

 p { color: rgb(85,151,142); }

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

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

 a { background-color: rgb(85,151,142); }

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

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

 span { border-color: rgb(85,151,142); }

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