#56887E

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

Shades of Lochinvar #56887E

Tints of Lochinvar #56887E

Color information

#56887E (or 0x56887E) is unknown color: approx Lochinvar. HEX triplet: 56, 88 and 7E. RGB value is (86,136,126). Sum of RGB (Red+Green+Blue) = 86+136+126=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #56887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887E is #A97781. Grayscale: #777777. Windows color (decimal): -11106178 or 8292438. OLE color: 8292438.

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

Color convert

RGB86136126-
CMYK0.3700.070.47
HSL168º22.52%43.53%-
HSV(B)168º36.76%53.33%-
XYZ16.4121.0922.95-
YUV119.91131.44103.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=24.71%
G=39.08%
B=36.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361260.3700.070.4716822.5243.53
Hex56887E25072Fa8172c
Octal1262101764507572502754
Binary101011010001000111111010010101111011111010100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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