#56897D

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

Shades of Lochinvar #56897D

Tints of Lochinvar #56897D

Color information

#56897D (or 0x56897D) is unknown color: approx Lochinvar. HEX triplet: 56, 89 and 7D. RGB value is (86,137,125). Sum of RGB (Red+Green+Blue) = 86+137+125=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #56897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56897D is #A97682. Grayscale: #787878. Windows color (decimal): -11105923 or 8227158. OLE color: 8227158.

HSL color Cylindrical-coordinate representation of color #56897D: hue angle of 165.88º 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 #56897D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB86137125-
CMYK0.3700.090.46
HSL165.88º22.87%43.73%-
HSV(B)165.88º37.23%53.73%-
XYZ16.4921.3522.65-
YUV120.38130.6103.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=24.71%
G=39.37%
B=35.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861371250.3700.090.46165.8822.8743.73
Hex56897D25092Ea6172c
Octal12621117545011562462754
Binary1010110100010011111101100101010011011101010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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