#56978E

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

Shades of Lochinvar #56978E

Tints of Lochinvar #56978E

Color information

#56978E (or 0x56978E) is unknown color: approx Lochinvar. HEX triplet: 56, 97 and 8E. RGB value is (86,151,142). Sum of RGB (Red+Green+Blue) = 86+151+142=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #56978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56978E is #A96871. Grayscale: #828282. Windows color (decimal): -11102322 or 9344854. OLE color: 9344854.

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

Color convert

RGB86151142-
CMYK0.4300.060.41
HSL171.69º27.43%46.47%-
HSV(B)171.69º43.05%59.22%-
XYZ19.7926.0629.58-
YUV130.54134.4796.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=22.69%
G=39.84%
B=37.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511420.4300.060.41171.6927.4346.47
Hex56978E2B0629ac1b2e
Octal1262272165306512543356
Binary1010110100101111000111010101101101010011010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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