#56897E

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

Shades of Lochinvar #56897E

Tints of Lochinvar #56897E

Color information

#56897E (or 0x56897E) is unknown color: approx Lochinvar. HEX triplet: 56, 89 and 7E. RGB value is (86,137,126). Sum of RGB (Red+Green+Blue) = 86+137+126=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #56897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56897E is #A97681. Grayscale: #787878. Windows color (decimal): -11105922 or 8292694. OLE color: 8292694.

HSL color Cylindrical-coordinate representation of color #56897E: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56897E is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB86137126-
CMYK0.3700.080.46
HSL167.06º22.87%43.73%-
HSV(B)167.06º37.23%53.73%-
XYZ16.5521.3822.99-
YUV120.5131.1103.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=24.64%
G=39.26%
B=36.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371260.3700.080.46167.0622.8743.73
Hex56897E25082Ea7172c
Octal12621117645010562472754
Binary1010110100010011111110100101010001011101010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,137,126); }

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

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

 a { background-color: rgb(86,137,126); }

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

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

 span { border-color: rgb(86,137,126); }

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